|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.service.resource.AbstractResource
com.atlassian.crowd.plugin.rest.service.resource.AuthenticationResource
public class AuthenticationResource
User Authentication Resource.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource |
|---|
DEFAULT_SEARCH_RESULT_SIZE, MAX_RESULTS_PARAM, request, START_INDEX_PARAM, uriInfo |
| Constructor Summary | |
|---|---|
AuthenticationResource(AuthenticationController authenticationController)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
authenticateUser(java.lang.String username,
PasswordEntity password)
Authenticates a user. |
| Methods inherited from class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource |
|---|
getApplicationName, getBaseUri |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationResource(AuthenticationController authenticationController)
| Method Detail |
|---|
public javax.ws.rs.core.Response authenticateUser(java.lang.String username,
PasswordEntity password)
throws ApplicationAccessDeniedException,
ExpiredCredentialException,
InactiveAccountException,
InvalidAuthenticationException,
OperationFailedException
TokenResource for the resource handling SSO.
username - name of the userpassword - password of the user
ApplicationAccessDeniedException
ExpiredCredentialException
InactiveAccountException
InvalidAuthenticationException
OperationFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||