org.jboss.resteasy.skeleton.key.representations.idm
Class UserRepresentation.Credential

java.lang.Object
  extended by org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
Enclosing class:
UserRepresentation

public static class UserRepresentation.Credential
extends Object


Field Summary
protected  boolean hashed
           
protected  String type
           
protected  String value
           
 
Constructor Summary
UserRepresentation.Credential()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 boolean isHashed()
           
 void setHashed(boolean hashed)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

value

protected String value

hashed

protected boolean hashed
Constructor Detail

UserRepresentation.Credential

public UserRepresentation.Credential()
Method Detail

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.