| Modifier and Type | Method and Description |
|---|---|
SessionManager.Session |
SessionManager.createSession(Exchange exc) |
SessionManager.Session |
SessionManager.getOrCreateSession(Exchange exc) |
SessionManager.Session |
SessionManager.getSession(Exchange exc) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.removeSession(SessionManager.Session s) |
| Modifier and Type | Method and Description |
|---|---|
SessionManager.Session |
SessionFinder.getSessionForCode(String code) |
SessionManager.Session |
SessionFinder.getSessionForToken(String token) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFinder.addSessionForCode(String code,
SessionManager.Session session) |
void |
SessionFinder.addSessionForToken(String token,
SessionManager.Session session) |
boolean |
OAuth2ResourceInterceptor.handleRequest(Exchange exc,
String state,
String publicURL,
SessionManager.Session session) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionManager.Session |
OAuth2Flow.session |
| Modifier and Type | Method and Description |
|---|---|
protected Outcome |
CodeFlow.respondWithAuthorizationCodeAndRedirect(Exchange exc,
String code,
SessionManager.Session s) |
| Constructor and Description |
|---|
CodeFlow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc,
SessionManager.Session s) |
IdTokenTokenFlow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc,
SessionManager.Session s) |
OAuth2Flow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc,
SessionManager.Session s) |
TokenFlow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc,
SessionManager.Session s) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
EmptyEndpointProcessor.getResponseType(SessionManager.Session s) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionManager.Session |
ParameterizedRequest.createSessionForAuthorizedClientWithParams() |
protected SessionManager.Session |
ParameterizedRequest.createSessionForAuthorizedUserWithParams() |
protected SessionManager.Session |
ParameterizedRequest.getSessionForAuthorizedUserWithParams() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParameterizedRequest.addParams(SessionManager.Session session,
Map<String,String> params) |
Copyright © 2022. All Rights Reserved.