org.apache.axis2.security.trust.impl
Class SCTIssuer
java.lang.Object
org.apache.axis2.security.trust.impl.SCTIssuer
- All Implemented Interfaces:
- TokenIssuer
- public class SCTIssuer
- extends Object
- implements TokenIssuer
Method Summary |
org.apache.ws.commons.soap.SOAPEnvelope |
issue(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
Issue a SecuritycontextToken based on the wsse:Signature
This will support returning the SecurityContextToken with the following
types of wst:RequestedProof tokens:
xenc:EncryptedKey
wst:ComputedKey
wst:BinarySecret (for secure transport)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCRYPTED_KEY
public static final String ENCRYPTED_KEY
- See Also:
- Constant Field Values
COMPUTED_KEY
public static final String COMPUTED_KEY
- See Also:
- Constant Field Values
BINARY_SECRET
public static final String BINARY_SECRET
- See Also:
- Constant Field Values
SCT_ISSUER_CONFIG_PARAM
public static final String SCT_ISSUER_CONFIG_PARAM
- See Also:
- Constant Field Values
SCTIssuer
public SCTIssuer()
issue
public org.apache.ws.commons.soap.SOAPEnvelope issue(org.apache.ws.commons.om.OMElement request,
MessageContext msgCtx)
throws TrustException
- Issue a SecuritycontextToken based on the wsse:Signature
This will support returning the SecurityContextToken with the following
types of wst:RequestedProof tokens:
- xenc:EncryptedKey
- wst:ComputedKey
- wst:BinarySecret (for secure transport)
- Specified by:
issue
in interface TokenIssuer
- Throws:
TrustException