org.apache.wss4j.common.principal
Interface UsernameTokenPrincipal

All Superinterfaces:
Principal
All Known Implementing Classes:
WSUsernameTokenPrincipalImpl

public interface UsernameTokenPrincipal
extends Principal


Method Summary
 String getCreatedTime()
           
 byte[] getNonce()
           
 String getPassword()
           
 String getPasswordType()
           
 boolean isPasswordDigest()
           
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

isPasswordDigest

boolean isPasswordDigest()

getPassword

String getPassword()

getNonce

byte[] getNonce()

getCreatedTime

String getCreatedTime()

getPasswordType

String getPasswordType()


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