Uses of Class
com.predic8.membrane.core.interceptor.authentication.session.AccountBlocker
Packages that use AccountBlocker
Package
Description
-
Uses of AccountBlocker in com.predic8.membrane.core.interceptor.authentication.session
Methods in com.predic8.membrane.core.interceptor.authentication.session that return AccountBlockerMethods in com.predic8.membrane.core.interceptor.authentication.session with parameters of type AccountBlockerModifier and TypeMethodDescriptionvoidLoginInterceptor.setAccountBlocker(AccountBlocker accountBlocker) Constructors in com.predic8.membrane.core.interceptor.authentication.session with parameters of type AccountBlockerModifierConstructorDescriptionLoginDialog(UserDataProvider userDataProvider, TokenProvider tokenProvider, SessionManager sessionManager, AccountBlocker accountBlocker, String dialogLocation, String basePath, String path, boolean exposeUserCredentialsToSession, String message) -
Uses of AccountBlocker in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return AccountBlockerMethods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type AccountBlockerModifier and TypeMethodDescriptionvoidOAuth2AuthorizationServerInterceptor.setAccountBlocker(AccountBlocker accountBlocker) -
Uses of AccountBlocker in com.predic8.membrane.core.interceptor.oauth2server
Constructors in com.predic8.membrane.core.interceptor.oauth2server with parameters of type AccountBlockerModifierConstructorDescriptionLoginDialog2(UserDataProvider userDataProvider, TokenProvider tokenProvider, SessionManager sessionManager, AccountBlocker accountBlocker, String dialogLocation, String path, boolean exposeUserCredentialsToSession, String message)