Uses of Interface
org.craftercms.security.authentication.AuthenticationRequiredHandler
Packages that use AuthenticationRequiredHandler
Package
Description
-
Uses of AuthenticationRequiredHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationRequiredHandlerModifier and TypeClassDescriptionclassDefault implementation ofAuthenticationRequiredHandler: Saves the current request so it can be reused after successful login. Redirects to the login form URL.classImplementation ofAuthenticationRequiredHandlerfor REST based applications, which returns a 401 UNAUTHORIZED status with the authentication exception message. -
Uses of AuthenticationRequiredHandler in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as AuthenticationRequiredHandlerModifier and TypeFieldDescriptionprotected AuthenticationRequiredHandlerSecurityExceptionProcessor.authenticationRequiredHandlerMethods in org.craftercms.security.processors.impl with parameters of type AuthenticationRequiredHandlerModifier and TypeMethodDescriptionvoidSecurityExceptionProcessor.setAuthenticationRequiredHandler(AuthenticationRequiredHandler authenticationRequiredHandler) Sets theAuthenticationRequiredHandler, to handle anyAuthenticationRequiredExceptions thrown.