|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.model.DirectoryEntity
com.atlassian.crowd.integration.model.RemotePrincipal
public class RemotePrincipal
The RemotePrincipal
is in an implementation of the crowd principal
interface. This represents an entity, such as a login id for an individual.
Field Summary | |
---|---|
protected List |
credentialHistory
Credentials history. |
protected List |
credentials
Credentials for the entity. |
static String |
EMAIL
Key for the email attribute. |
static String |
FIRSTNAME
Key for the first name attribute. |
static String |
INVALID_PASSWORD_ATTEMPTS
Key for the total invalid password attempts. |
static String |
LAST_AUTHNETICATED
Key for the last authentication. |
static String |
LASTNAME
Key for the last name attribute. |
static String |
PASSWORD_LASTCHANGED
Key for the password last changed attribute. |
static String |
REQUIRES_PASSSWORD_CHANGE
Key for if the principal needs to change their password. |
Fields inherited from class com.atlassian.crowd.integration.model.DirectoryEntity |
---|
active, attributes, conception, description, directoryID, ID, lastModified, name |
Constructor Summary | |
---|---|
RemotePrincipal()
|
|
RemotePrincipal(String name)
|
Method Summary | |
---|---|
List |
getCredentialHistory()
|
List |
getCredentials()
|
String |
getEmail()
|
void |
setCredentialHistory(List credentialHistory)
|
void |
setCredentials(List credentials)
|
void |
setEmail(String email)
|
Methods inherited from class com.atlassian.crowd.integration.model.DirectoryEntity |
---|
equals, getAttribute, getAttributes, getConception, getDescription, getDirectoryID, getID, getLastModified, getName, hashCode, isActive, setActive, setAttribute, setAttribute, setAttributes, setConception, setDescription, setDirectoryID, setID, setLastModified, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Field Detail |
---|
public static final String FIRSTNAME
public static final String LASTNAME
public static final String EMAIL
public static final String PASSWORD_LASTCHANGED
public static final String LAST_AUTHNETICATED
public static final String INVALID_PASSWORD_ATTEMPTS
public static final String REQUIRES_PASSSWORD_CHANGE
protected List credentials
protected List credentialHistory
Constructor Detail |
---|
public RemotePrincipal()
public RemotePrincipal(String name)
Method Detail |
---|
public String getEmail()
public void setEmail(String email)
public List getCredentials()
public void setCredentials(List credentials)
public List getCredentialHistory()
public void setCredentialHistory(List credentialHistory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |