Interface UsernameSecurityToken
- All Superinterfaces:
org.apache.xml.security.stax.securityToken.SecurityToken,SubjectAndPrincipalSecurityToken
- All Known Implementing Classes:
UsernameSecurityTokenImpl
-
Method Summary
Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetricMethods inherited from interface org.apache.wss4j.stax.securityToken.SubjectAndPrincipalSecurityToken
getPrincipal, getSubject
-
Method Details
-
generateDerivedKey
- Throws:
WSSecurityException
-
getUsernameTokenPasswordType
WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType() -
getCreatedTime
String getCreatedTime() -
getPassword
String getPassword() -
getUsername
String getUsername() -
getNonce
byte[] getNonce() -
getSalt
byte[] getSalt() -
getIteration
Long getIteration()
-