Class RestAuthenticationRequiredHandler

java.lang.Object
org.craftercms.security.utils.handlers.AbstractRestHandlerBase
org.craftercms.security.authentication.impl.RestAuthenticationRequiredHandler
All Implemented Interfaces:
AuthenticationRequiredHandler

public class RestAuthenticationRequiredHandler extends AbstractRestHandlerBase implements AuthenticationRequiredHandler
Implementation of AuthenticationRequiredHandler for REST based applications, which returns a 401 UNAUTHORIZED status with the authentication exception message.
Author:
avasquez