org.apache.ws.sandbox.security.trust.issue
Interface STIssuer

All Known Implementing Classes:
X509ToSCTIssuer

public interface STIssuer

Author:
Malinda Kaushalye

Builds the response message to issue a token. any class that implements STIssuer would have the freedom to define its own way of issuing (i.e constructing the response) tokens


Method Summary
 org.w3c.dom.Document issue(org.w3c.dom.Document req, org.w3c.dom.Document res)
           
 

Method Detail

issue

public org.w3c.dom.Document issue(org.w3c.dom.Document req,
                                  org.w3c.dom.Document res)
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.