| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.common.database.entity |
Entities in our data model.
|
| net.krotscheck.kangaroo.authz.oauth2.resource.authorize |
Handlers for the authorization endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticatorState> |
Authenticator.getStates()
Get the list of currently active query states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.setStates(List<AuthenticatorState> states)
Set the list of states.
|
| Modifier and Type | Method and Description |
|---|---|
default URI |
IAuthorizeHandler.buildCallback(javax.ws.rs.core.UriInfo info,
AuthenticatorState state)
Build the callback.
|
javax.ws.rs.core.Response |
ImplicitHandler.callback(AuthenticatorState s,
javax.servlet.http.HttpSession browserSession)
Handle a callback response from the IdP (Authenticator).
|
javax.ws.rs.core.Response |
IAuthorizeHandler.callback(AuthenticatorState s,
javax.servlet.http.HttpSession browserSession)
Handle a callback response from the IdP (Authenticator).
|
javax.ws.rs.core.Response |
AuthCodeHandler.callback(AuthenticatorState s,
javax.servlet.http.HttpSession browserSession)
Handle a callback response from the IdP (Authenticator).
|
IAuthenticator |
ImplicitHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
IAuthenticator |
IAuthorizeHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
IAuthenticator |
AuthCodeHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
Copyright © 2018 krotscheck.net. All rights reserved.