public class UserCredential extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CALLER_PRINCIPAL |
protected boolean |
hashed |
protected String |
id |
static String |
PASSWORD |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
UserCredential() |
public static final String PASSWORD
public static final String CALLER_PRINCIPAL
protected String id
protected String type
protected String value
protected boolean hashed
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public boolean isHashed()
public void setHashed(boolean hashed)
Copyright © 2014. All Rights Reserved.