Package | Description |
---|---|
com.atlassian.sal.api.auth | |
com.atlassian.sal.core.auth |
Modifier and Type | Class and Description |
---|---|
static class |
Authenticator.Result.Error |
static class |
Authenticator.Result.Failure |
static class |
Authenticator.Result.NoAttempt |
static class |
Authenticator.Result.Success |
Modifier and Type | Method and Description |
---|---|
Authenticator.Result |
Authenticator.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticates a request
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationListener.authenticationError(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when there is a failure in trying to process the request, such as an IO failure.
|
void |
AuthenticationListener.authenticationFailure(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the signature cannot be validated or the user cannot be resolved or does not have permission
to access the resource.
|
void |
AuthenticationListener.authenticationSuccess(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when the signature is validated and the user is resolved and permissions are verified.
|
Modifier and Type | Method and Description |
---|---|
void |
SeraphAuthenticationListener.authenticationError(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
SeraphAuthenticationListener.authenticationFailure(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
SeraphAuthenticationListener.authenticationSuccess(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2015 Atlassian. All rights reserved.