Interface UsernameSecurityToken

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

public interface UsernameSecurityToken extends SubjectAndPrincipalSecurityToken
  • Method Details

    • generateDerivedKey

      byte[] generateDerivedKey() throws org.apache.wss4j.common.ext.WSSecurityException
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException
    • getUsernameTokenPasswordType

      WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType()
    • getCreatedTime

      String getCreatedTime()
    • getPassword

      String getPassword()
    • getUsername

      String getUsername()
    • getNonce

      byte[] getNonce()
    • getSalt

      byte[] getSalt()
    • getIteration

      Long getIteration()