org.jboss.resteasy.skeleton.key.representations.idm
Class UserRepresentation.Credential
java.lang.Object
org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
- Enclosing class:
- UserRepresentation
public static class UserRepresentation.Credential
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
value
protected String value
hashed
protected boolean hashed
UserRepresentation.Credential
public UserRepresentation.Credential()
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.