|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.authentication.AuthenticationContext
public abstract class AuthenticationContext
Minimal information necessary when authenticating verses the crowd server.
| Constructor Summary | |
|---|---|
AuthenticationContext()
|
|
| Method Summary | |
|---|---|
PasswordCredential |
getCredential()
Gets the authenticating credential information. |
String |
getName()
Gets the name of the authenticating entity. |
ValidationFactor[] |
getValidationFactors()
Gets the authenticating validation factors. |
void |
setCredential(PasswordCredential credential)
Sets the authenticating credential information. |
void |
setName(String name)
Sets the name of the authenticating entity. |
void |
setValidationFactors(ValidationFactor[] validationFactors)
Sets the autenticating validation factors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationContext()
| Method Detail |
|---|
public String getName()
public void setName(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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||