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 objectSecurityProviderException
IOException
Copyright © 2023 CrafterCMS. All rights reserved.