Uses of Class
com.predic8.membrane.core.interceptor.session.Session
Packages that use Session
Package
Description
-
Uses of Session in com.predic8.membrane.core.interceptor.oauth2.authorizationservice
Methods in com.predic8.membrane.core.interceptor.oauth2.authorizationservice with parameters of type SessionModifier and TypeMethodDescriptionAuthorizationService.refreshTokenRequest(Session session, OAuth2AnswerParameters params, String wantedScope) -
Uses of Session in com.predic8.membrane.core.interceptor.oauth2client
Methods in com.predic8.membrane.core.interceptor.oauth2client with parameters of type SessionModifier and TypeMethodDescriptionCookieOriginialExchangeStore.reconstruct(Exchange exchange, Session session, String state) MemcachedOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) abstract AbstractExchangeSnapshotOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) RedisOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) SessionOriginalExchangeStore.reconstruct(Exchange exchange, Session session, String state) voidvoidabstract voidvoidvoidvoidCookieOriginialExchangeStore.store(Exchange exchange, Session session, String state, Exchange exchangeToStore) voidMemcachedOriginalExchangeStore.store(Exchange exchange, Session session, String state, Exchange exchangeToStore) abstract voidOriginalExchangeStore.store(Exchange exchange, Session session, String state, Exchange exchangeToStore) voidRedisOriginalExchangeStore.store(Exchange exchange, Session session, String state, Exchange exchangeToStore) voidSessionOriginalExchangeStore.store(Exchange exchange, Session session, String state, Exchange exchangeToStore) -
Uses of Session in com.predic8.membrane.core.interceptor.oauth2client.rf
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf with parameters of type SessionModifier and TypeMethodDescriptionvoidSessionAuthorizer.authorizeSession(Map<String, Object> userInfo, Session session, AuthorizationService auth) static booleanStateManager.csrfTokenMatches(Session session, String state2) booleanOAuth2CallbackRequestHandler.handleRequest(Exchange exc, Session session) voidSessionAuthorizer.retrieveUserInfo(String tokenType, String token, OAuth2AnswerParameters oauth2Answer, Session session) static voidOAuthUtils.simplifyMultipleOAuth2Answers(Session session) Tries to avoid very long cookies by dropping all OAUTH2_ANSWERS except the first one.booleanTokenAuthenticator.userInfoIsNullAndShouldRedirect(Session session, Exchange exc, String wantedScope) voidSessionAuthorizer.verifyJWT(Exchange exc, String token, OAuth2AnswerParameters oauth2Answer, Session session) -
Uses of Session in com.predic8.membrane.core.interceptor.oauth2client.rf.token
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf.token with parameters of type SessionModifier and TypeMethodDescriptionvoidTokenResponseHandler.handleTokenResponse(Session session, String wantedScope, Map<String, Object> json, OAuth2AnswerParameters oauth2Answer) voidAccessTokenRefresher.refreshIfNeeded(Session session, Exchange exc) AccessTokenRevalidator.revalidate(Session session, OAuth2Statistics statistics, String wantedScope) voidAccessTokenRevalidator.revalidateIfNeeded(Session session, String wantedScope) -
Uses of Session in com.predic8.membrane.core.interceptor.session
Methods in com.predic8.membrane.core.interceptor.session that return SessionModifier and TypeMethodDescription@NotNull SessionSessionManager.getSession(Exchange exc) protected SessionSessionManager.getSessionInternal(Exchange exc) Methods in com.predic8.membrane.core.interceptor.session that return types with arguments of type SessionModifier and TypeMethodDescriptionInMemorySessionManager.getCookieValues(Session... session) JwtSessionManager.getCookieValues(Session... sessions) MemcachedSessionManager.getCookieValues(Session... session) RedisSessionManager.getCookieValues(Session... session) SessionManager.getCookieValues(Session... session) Get the String identifier of the sessions to be used as cookie value.Methods in com.predic8.membrane.core.interceptor.session with parameters of type SessionModifier and TypeMethodDescriptionInMemorySessionManager.getCookieValues(Session... session) JwtSessionManager.getCookieValues(Session... sessions) MemcachedSessionManager.getCookieValues(Session... session) RedisSessionManager.getCookieValues(Session... session) SessionManager.getCookieValues(Session... session) Get the String identifier of the sessions to be used as cookie value.