Uses of Class
com.broadleafcommerce.auth.resource.domain.UserRoleRef
Package
Description
-
Uses of UserRoleRef in com.broadleafcommerce.auth.resource.domain
Modifier and TypeMethodDescriptionRestrictedRole.getRole()
Represents the role that is being restricted.AccountRole.getRoleRef()
UserRole.toRef()
Modifier and TypeMethodDescriptionvoid
RestrictedRole.setRole
(UserRoleRef role) Represents the role that is being restricted.void
AccountRole.setRoleRef
(UserRoleRef roleRef) Modifier and TypeMethodDescriptionvoid
User.setRoles
(Set<UserRoleRef> roles) The roles that this user is assigned. -
Uses of UserRoleRef in com.broadleafcommerce.auth.server.domain
Modifier and TypeMethodDescriptionAuthorizationServer.getDefaultUserRoles()
The default roles a user is assigned when authenticating against this server.Modifier and TypeMethodDescriptionvoid
AuthorizationServer.setDefaultUserRoles
(Set<UserRoleRef> defaultUserRoles) The default roles a user is assigned when authenticating against this server. -
Uses of UserRoleRef in com.broadleafcommerce.auth.tenant.service
Modifier and TypeMethodDescriptionprotected Set<UserRoleRef>
DefaultAuthServerCreationHandler.getDefaultUserRoles
(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) -
Uses of UserRoleRef in com.broadleafcommerce.auth.user.listener
Modifier and TypeMethodDescriptionprotected UserRoleRef
AdminUserPersistenceHandler.toAuthRoleRef
(AdminRoleRef adminRoleRef) Deprecated.Since 1.7.0.protected UserRoleRef
AdminUserPersistenceHandler.toAuthRoleRef
(String id) Modifier and TypeMethodDescriptionprotected boolean
AdminUserPersistenceHandler.areRolesEqual
(Set<UserRoleRef> newRoles, Set<UserRoleRef> existingRoles)