org.apache.cxf.common.security
Class UsernameToken
java.lang.Object
org.apache.cxf.common.security.UsernameToken
- All Implemented Interfaces:
- SecurityToken
public class UsernameToken
- extends Object
- implements SecurityToken
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameToken
public UsernameToken(String name,
String password,
String passwordType,
boolean isHashed,
String nonce,
String createdTime)
getName
public String getName()
getPassword
public String getPassword()
getPasswordType
public String getPasswordType()
isHashed
public boolean isHashed()
getNonce
public String getNonce()
getCreatedTime
public String getCreatedTime()
getTokenType
public TokenType getTokenType()
- Specified by:
getTokenType in interface SecurityToken
Apache CXF