Uses of Interface
com.broadleafcommerce.auth.security.service.ExternalAdminUserHandler
Packages that use ExternalAdminUserHandler
Package
Description
-
Uses of ExternalAdminUserHandler in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return ExternalAdminUserHandlerModifier and TypeMethodDescriptionExternalAdminUserHandler<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>
OAuthClientAutoConfiguration.oAuthExternalAdminCreationHandler
(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer externalAdminUserModificationEventProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AdminUserMessagingProperties adminUserMessagingProperties, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of ExternalAdminUserHandler in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement ExternalAdminUserHandlerModifier and TypeClassDescriptionclass
AbstractExternalAdminUserHandler<T extends org.springframework.security.core.Authentication>
class
-
Uses of ExternalAdminUserHandler in com.broadleafcommerce.auth.user.web.authentication.session
Methods in com.broadleafcommerce.auth.user.web.authentication.session that return ExternalAdminUserHandlerModifier and TypeMethodDescriptionprotected ExternalAdminUserHandler<T>
AbstractAuthenticationStrategyDelegate.getExternalAdminUserHandler()
The service responsible for creating admin users that have logged in via third party IDP.Methods in com.broadleafcommerce.auth.user.web.authentication.session with parameters of type ExternalAdminUserHandlerModifier and TypeMethodDescriptionvoid
AbstractAuthenticationStrategyDelegate.setExternalAdminUserHandler
(ExternalAdminUserHandler<T> externalAdminUserHandler) The service responsible for creating admin users that have logged in via third party IDP.