Class OutboundUsernameSecurityToken
- java.lang.Object
- 
- org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken
- 
- org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
- 
- org.apache.wss4j.stax.impl.securityToken.OutboundUsernameSecurityToken
 
 
 
- 
- All Implemented Interfaces:
- org.apache.xml.security.stax.securityToken.OutboundSecurityToken,- org.apache.xml.security.stax.securityToken.SecurityToken
 
 public class OutboundUsernameSecurityToken extends org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
- 
- 
Constructor SummaryConstructors Constructor Description OutboundUsernameSecurityToken(String username, String password, String createdTime, byte[] nonce, String id, byte[] salt, int iterations)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreated()byte[]getNonce()StringgetPassword()KeygetSecretKey(String algorithmURI)StringgetUsername()- 
Methods inherited from class org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityTokenaddWrappedToken, getCustomTokenReference, getKeyIdentifier, getKeyWrappingToken, getProcessor, getTokenType, getWrappedTokens, setCustomTokenReference, setKeyWrappingToken, setProcessor, setTokenType
 - 
Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityTokenaddTokenUsage, getId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, isAsymmetric, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificates
 
- 
 
- 
- 
- 
Method Detail- 
getUsernamepublic String getUsername() 
 - 
getPasswordpublic String getPassword() 
 - 
getCreatedpublic String getCreated() 
 - 
getNoncepublic byte[] getNonce() 
 - 
getSecretKeypublic Key getSecretKey(String algorithmURI) throws org.apache.xml.security.exceptions.XMLSecurityException - Specified by:
- getSecretKeyin interface- org.apache.xml.security.stax.securityToken.OutboundSecurityToken
- Overrides:
- getSecretKeyin class- org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
- Throws:
- org.apache.xml.security.exceptions.XMLSecurityException
 
 
- 
 
-