Interface LoginSuccessHandler
-
- All Known Implementing Classes:
LoginSuccessHandlerImpl,RestLoginSuccessHandler
public interface LoginSuccessHandlerHandles the response after a successful authentication.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.craftercms.commons.http.RequestContext context, Authentication authentication)Handles the request after a successful authentication.
-
-
-
Method Detail
-
handle
void handle(org.craftercms.commons.http.RequestContext context, Authentication authentication) throws SecurityProviderException, IOExceptionHandles the request after a successful authentication.- Parameters:
context- the request contextauthentication- the authentication object- Throws:
SecurityProviderExceptionIOException
-
-