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 classRestAuthenticationRequiredHandlerImplementation ofAuthenticationRequiredHandlerfor REST based applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.classRestLoginFailureHandlerImplementation ofLoginFailureHandlerfor REST based applications, which returns a 401 UNAUTHORIZED status with a the authentication exception message.classRestLoginSuccessHandlerImplementation ofLoginSuccessHandlerfor REST based applications, which returns theAuthenticationobject as the response body.classRestLogoutSuccessHandlerImplementation ofLogoutSuccessHandlerfor 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 classRestAccessDeniedHandlerImplementation ofAccessDeniedHandlerfor REST based applications, which returns a 403 FORBIDDEN status with the access denied exception message.
-