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 class
AuthenticationRequiredHandlerImpl
Default implementation ofAuthenticationRequiredHandler
:class
RestAuthenticationRequiredHandler
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 AuthenticationRequiredHandler Modifier and Type Field Description protected AuthenticationRequiredHandler
SecurityExceptionProcessor. authenticationRequiredHandler
Methods in org.craftercms.security.processors.impl with parameters of type AuthenticationRequiredHandler Modifier and Type Method Description void
SecurityExceptionProcessor. setAuthenticationRequiredHandler(AuthenticationRequiredHandler authenticationRequiredHandler)
Sets theAuthenticationRequiredHandler
, to handle anyAuthenticationRequiredException
s thrown.
-