Uses of Interface
com.broadleafcommerce.auth.security.service.ExternalRoleMappingService
Packages that use ExternalRoleMappingService
Package
Description
-
Uses of ExternalRoleMappingService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type ExternalRoleMappingServiceModifier 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 ExternalRoleMappingService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement ExternalRoleMappingServiceModifier and TypeClassDescriptionclass
DefaultExternalRoleMappingService<P extends ExternalRoleMapping,
D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> Methods in com.broadleafcommerce.auth.security.service that return ExternalRoleMappingServiceModifier and TypeMethodDescriptionprotected ExternalRoleMappingService<ExternalRoleMapping>
AbstractExternalAdminUserHandler.getExternalRoleMappingService()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type ExternalRoleMappingServiceModifierConstructorDescriptionAbstractExternalAdminUserHandler
(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer modificationEventProducer, AdminUserMessagingProperties adminUserMessagingProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) OAuthExternalAdminUserHandler
(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer externalAdminUserModificationEventProducer, AdminUserMessagingProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of ExternalRoleMappingService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return ExternalRoleMappingServiceModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
ExternalRoleMappingService<ExternalRoleMapping>AuthServiceServiceAutoConfiguration.externalRoleMappingService
(ExternalRoleMappingRepository<D> repository, UserRoleService<UserRole> userRoleService, SimplePayloadMapper mapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager)