Interface OutboundSecurityToken
-
- All Superinterfaces:
SecurityToken
- All Known Implementing Classes:
GenericOutboundSecurityToken
public interface OutboundSecurityToken extends SecurityToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addWrappedToken(OutboundSecurityToken securityToken)
Element
getCustomTokenReference()
Object
getProcessor()
Returns the processor responsible for this tokenKey
getSecretKey(String algorithmURI)
Returns the secret key-
Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
-
-
-
-
Method Detail
-
getProcessor
Object getProcessor()
Returns the processor responsible for this token- Returns:
- the processor responsible for this token
-
getSecretKey
Key getSecretKey(String algorithmURI) throws XMLSecurityException
Returns the secret key- Returns:
- The key
- Throws:
XMLSecurityException
- if the key can't be loaded
-
addWrappedToken
void addWrappedToken(OutboundSecurityToken securityToken)
-
getCustomTokenReference
Element getCustomTokenReference()
-
-