Uses of Interface
org.craftercms.security.authentication.AuthenticationRequiredHandler
-
Packages that use AuthenticationRequiredHandler Package Description org.craftercms.security.authentication.impl org.craftercms.security.processors.impl -
-
Uses of AuthenticationRequiredHandler in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationRequiredHandler Modifier and Type Class Description classAuthenticationRequiredHandlerImplDefault implementation ofAuthenticationRequiredHandler:classRestAuthenticationRequiredHandlerImplementation 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 AuthenticationRequiredHandler Modifier and Type Field Description protected AuthenticationRequiredHandlerSecurityExceptionProcessor. authenticationRequiredHandlerMethods in org.craftercms.security.processors.impl with parameters of type AuthenticationRequiredHandler Modifier and Type Method Description voidSecurityExceptionProcessor. setAuthenticationRequiredHandler(AuthenticationRequiredHandler authenticationRequiredHandler)Sets theAuthenticationRequiredHandler, to handle anyAuthenticationRequiredExceptions thrown.
-