org.jboss.resteasy.skeleton.key.idm.model.data
Class UserCredential
java.lang.Object
org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
- All Implemented Interfaces:
- Serializable
public class UserCredential
- extends Object
- implements Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
CALLER_PRINCIPAL
public static final String CALLER_PRINCIPAL
- See Also:
- Constant Field Values
id
protected String id
type
protected String type
value
protected String value
hashed
protected boolean hashed
UserCredential
public UserCredential()
getId
public String getId()
setId
public void setId(String id)
getType
public String getType()
setType
public void setType(String type)
getValue
public String getValue()
setValue
public void setValue(String value)
isHashed
public boolean isHashed()
setHashed
public void setHashed(boolean hashed)
Copyright © 2013. All Rights Reserved.