org.apache.wss4j.stax.securityToken
Interface UsernameSecurityToken

All Superinterfaces:
org.apache.xml.security.stax.securityToken.SecurityToken, SubjectAndPrincipalSecurityToken
All Known Implementing Classes:
UsernameSecurityTokenImpl

public interface UsernameSecurityToken
extends SubjectAndPrincipalSecurityToken


Method Summary
 byte[] generateDerivedKey()
           
 String getCreatedTime()
           
 Long getIteration()
           
 byte[] getNonce()
           
 String getPassword()
           
 byte[] getSalt()
           
 String getUsername()
           
 WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType()
           
 
Methods inherited from interface org.apache.wss4j.stax.securityToken.SubjectAndPrincipalSecurityToken
getPrincipal, getSubject
 
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

generateDerivedKey

byte[] generateDerivedKey()
                          throws WSSecurityException
Throws:
WSSecurityException

getUsernameTokenPasswordType

WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType()

getCreatedTime

String getCreatedTime()

getPassword

String getPassword()

getUsername

String getUsername()

getNonce

byte[] getNonce()

getSalt

byte[] getSalt()

getIteration

Long getIteration()


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.