Package 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedTime()
String
getName()
String
getNonce()
String
getPassword()
String
getPasswordType()
TokenType
getTokenType()
boolean
isHashed()
-
-
-
Method Detail
-
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 interfaceSecurityToken
-
-