Uses of Class
org.craftercms.security.utils.handlers.AbstractRestHandlerBase
Packages that use AbstractRestHandlerBase
Package
Description
-
Uses of AbstractRestHandlerBase in org.craftercms.security.authentication.impl
Subclasses of AbstractRestHandlerBase in org.craftercms.security.authentication.implModifier and TypeClassDescriptionclassImplementation ofAuthenticationRequiredHandlerfor REST based applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.classImplementation ofLoginFailureHandlerfor REST based applications, which returns a 401 UNAUTHORIZED status with a the authentication exception message.classImplementation ofLoginSuccessHandlerfor REST based applications, which returns theAuthenticationobject as the response body.classImplementation 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.implModifier and TypeClassDescriptionclassImplementation ofAccessDeniedHandlerfor REST based applications, which returns a 403 FORBIDDEN status with the access denied exception message.