public interface AdminExternalLoginExtensionHandler extends ExtensionHandler
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
performAdditionalAuthenticationTasks(AdminUser adminUser,
BroadleafExternalAuthenticationUserDetails details)
This can be used to associate, for example, Site to the adminUser, or to validate that the Site that the adminUser
has access to is the current site.
|
getPriority, isEnabled
ExtensionResultStatusType performAdditionalAuthenticationTasks(AdminUser adminUser, BroadleafExternalAuthenticationUserDetails details)
org.springframework.security.core.AuthenticationException
should be thrown.adminUser
- details
- Copyright © 2022. All rights reserved.