|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.authentication.AuthenticationContext
public abstract class AuthenticationContext
Minimal information necessary when authenticating with the Crowd server.
| Constructor Summary | |
|---|---|
protected |
AuthenticationContext()
|
protected |
AuthenticationContext(java.lang.String name,
PasswordCredential credential,
ValidationFactor[] validationFactors)
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
PasswordCredential |
getCredential()
Gets the authenticating credential information. |
java.lang.String |
getName()
Gets the name of the authenticating entity. |
ValidationFactor[] |
getValidationFactors()
Gets the authenticating validation factors. |
int |
hashCode()
|
void |
setCredential(PasswordCredential credential)
Sets the authenticating credential information. |
void |
setName(java.lang.String name)
Sets the name of the authenticating entity. |
void |
setValidationFactors(ValidationFactor[] validationFactors)
Sets the authenticating validation factors. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AuthenticationContext()
protected AuthenticationContext(java.lang.String name,
PasswordCredential credential,
ValidationFactor[] validationFactors)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name.public PasswordCredential getCredential()
public void setCredential(PasswordCredential credential)
credential - The credentials.public ValidationFactor[] getValidationFactors()
public void setValidationFactors(ValidationFactor[] validationFactors)
validationFactors - The validation factors.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||