Uses of Class
com.broadleafcommerce.auth.resource.domain.ExternalRoleMapping
Packages that use ExternalRoleMapping
Package
Description
-
Uses of ExternalRoleMapping in com.broadleafcommerce.auth.client.autoconfigure
Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type ExternalRoleMappingModifier 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 ExternalRoleMapping in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service with type parameters of type ExternalRoleMappingModifier and TypeClassDescriptionclass
DefaultExternalRoleMappingService<P extends ExternalRoleMapping,
D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> interface
ExternalRoleMappingService<D extends ExternalRoleMapping>
Service to query for roles that map to other roles.Methods in com.broadleafcommerce.auth.security.service that return types with arguments of type ExternalRoleMappingModifier and TypeMethodDescriptionprotected ExternalRoleMappingService<ExternalRoleMapping>
AbstractExternalAdminUserHandler.getExternalRoleMappingService()
Constructor parameters in com.broadleafcommerce.auth.security.service with type arguments of type ExternalRoleMappingModifierConstructorDescriptionAbstractExternalAdminUserHandler
(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 ExternalRoleMapping in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return types with arguments of type ExternalRoleMappingModifier 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)