Uses of Class
com.predic8.membrane.core.interceptor.authentication.session.SessionManager.Session
Packages that use SessionManager.Session
Package
Description
-
Uses of SessionManager.Session in com.predic8.membrane.core.interceptor.authentication.session
Methods in com.predic8.membrane.core.interceptor.authentication.session that return SessionManager.SessionModifier and TypeMethodDescriptionJwtSessionManager.createSession(Exchange exc) SessionManager.createSession(Exchange exc) SessionManager.getOrCreateSession(Exchange exc) JwtSessionManager.getSession(Exchange exc) SessionManager.getSession(Exchange exc) protected SessionManager.SessionJwtSessionManager.validateAndReconstructSession(String singedSession) Methods in com.predic8.membrane.core.interceptor.authentication.session with parameters of type SessionManager.SessionModifier and TypeMethodDescriptionvoidJwtSessionManager.removeSession(SessionManager.Session s) voidSessionManager.removeSession(SessionManager.Session s) protected StringJwtSessionManager.signSession(SessionManager.Session session, Exchange exc) -
Uses of SessionManager.Session in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return SessionManager.SessionModifier and TypeMethodDescriptionSessionFinder.getSessionForCode(String code) SessionFinder.getSessionForRefreshToken(String refreshToken) SessionFinder.getSessionForToken(String token) Methods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type SessionManager.SessionModifier and TypeMethodDescriptionvoidSessionFinder.addSessionForCode(String code, SessionManager.Session session) voidSessionFinder.addSessionForRefreshToken(String refreshToken, SessionManager.Session session) voidSessionFinder.addSessionForToken(String token, SessionManager.Session session) booleanOAuth2ResourceInterceptor.handleRequest(Exchange exc, String state, String publicURL, SessionManager.Session session) -
Uses of SessionManager.Session in com.predic8.membrane.core.interceptor.oauth2.flows
Fields in com.predic8.membrane.core.interceptor.oauth2.flows declared as SessionManager.SessionMethods in com.predic8.membrane.core.interceptor.oauth2.flows with parameters of type SessionManager.SessionModifier and TypeMethodDescriptionprotected OutcomeCodeFlow.respondWithAuthorizationCodeAndRedirect(Exchange exc, String code, SessionManager.Session s) Constructors in com.predic8.membrane.core.interceptor.oauth2.flows with parameters of type SessionManager.SessionModifierConstructorDescriptionCodeFlow(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) -
Uses of SessionManager.Session in com.predic8.membrane.core.interceptor.oauth2.processors
Methods in com.predic8.membrane.core.interceptor.oauth2.processors with parameters of type SessionManager.SessionModifier and TypeMethodDescriptionprotected static StringEmptyEndpointProcessor.getResponseType(SessionManager.Session s) -
Uses of SessionManager.Session in com.predic8.membrane.core.interceptor.oauth2.request
Methods in com.predic8.membrane.core.interceptor.oauth2.request that return SessionManager.SessionModifier and TypeMethodDescriptionprotected SessionManager.SessionParameterizedRequest.createSessionForAuthorizedClientWithParams()protected SessionManager.SessionParameterizedRequest.createSessionForAuthorizedUserWithParams()protected SessionManager.SessionParameterizedRequest.getSessionForAuthorizedUserWithParams()Methods in com.predic8.membrane.core.interceptor.oauth2.request with parameters of type SessionManager.SessionModifier and TypeMethodDescriptionprotected voidParameterizedRequest.addParams(SessionManager.Session session, Map<String, String> params)