Uses of Class
com.predic8.membrane.core.interceptor.authentication.session.SessionManager
Packages that use SessionManager
Package
Description
-
Uses of SessionManager in com.predic8.membrane.core.interceptor.authentication.session
Methods in com.predic8.membrane.core.interceptor.authentication.session that return SessionManagerMethods in com.predic8.membrane.core.interceptor.authentication.session with parameters of type SessionManagerModifier and TypeMethodDescriptionvoidLoginInterceptor.setSessionManager(SessionManager sessionManager) Constructors in com.predic8.membrane.core.interceptor.authentication.session with parameters of type SessionManagerModifierConstructorDescriptionLoginDialog(UserDataProvider userDataProvider, TokenProvider tokenProvider, SessionManager sessionManager, AccountBlocker accountBlocker, String dialogLocation, String basePath, String path, boolean exposeUserCredentialsToSession, String message) -
Uses of SessionManager in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return SessionManagerModifier and TypeMethodDescriptionOAuth2AuthorizationServerInterceptor.getSessionManager()OAuth2ResourceInterceptor.getSessionManager()Methods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type SessionManagerModifier and TypeMethodDescriptionvoidOAuth2AuthorizationServerInterceptor.setSessionManager(SessionManager sessionManager) voidOAuth2ResourceInterceptor.setSessionManager(SessionManager sessionManager)