Class RestLoginSuccessHandler

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

public class RestLoginSuccessHandler extends AbstractRestHandlerBase implements LoginSuccessHandler
Implementation of LoginSuccessHandler for REST based applications, which returns the Authentication object as the response body.
Author:
avasquez