Uses of Class
org.craftercms.security.utils.handlers.AbstractRestHandlerBase
-
Packages that use AbstractRestHandlerBase Package Description org.craftercms.security.authentication.impl org.craftercms.security.authorization.impl -
-
Uses of AbstractRestHandlerBase in org.craftercms.security.authentication.impl
Subclasses of AbstractRestHandlerBase in org.craftercms.security.authentication.impl Modifier and Type Class Description class
RestAuthenticationRequiredHandler
Implementation ofAuthenticationRequiredHandler
for REST based applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.class
RestLoginFailureHandler
Implementation ofLoginFailureHandler
for REST based applications, which returns a 401 UNAUTHORIZED status with a the authentication exception message.class
RestLoginSuccessHandler
Implementation ofLoginSuccessHandler
for REST based applications, which returns theAuthentication
object as the response body.class
RestLogoutSuccessHandler
Implementation ofLogoutSuccessHandler
for REST based applications, which just returns a 200 OK status with a simple success message. -
Uses of AbstractRestHandlerBase in org.craftercms.security.authorization.impl
Subclasses of AbstractRestHandlerBase in org.craftercms.security.authorization.impl Modifier and Type Class Description class
RestAccessDeniedHandler
Implementation ofAccessDeniedHandler
for REST based applications, which returns a 403 FORBIDDEN status with the access denied exception message.
-