public interface LoginSuccessHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.craftercms.commons.http.RequestContext context,
Authentication authentication)
Handles the request after a successful authentication.
|
void handle(org.craftercms.commons.http.RequestContext context,
Authentication authentication)
throws SecurityProviderException,
IOException
context - the request contextauthentication - the authentication objectSecurityProviderExceptionIOExceptionCopyright © 2023 CrafterCMS. All rights reserved.