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 TypeClassDescriptionclass
Default implementation ofAuthenticationRequiredHandler
: Saves the current request so it can be reused after successful login. Redirects to the login form URL.class
Implementation ofAuthenticationRequiredHandler
for 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 AuthenticationRequiredHandler
SecurityExceptionProcessor.authenticationRequiredHandler
Constructors in org.craftercms.security.processors.impl with parameters of type AuthenticationRequiredHandlerModifierConstructorDescriptionSecurityExceptionProcessor
(AuthenticationRequiredHandler authenticationRequiredHandler, AccessDeniedHandler accessDeniedHandler)