Uses of Class
com.broadleafcommerce.auth.resource.domain.UserRoleRef
-
-
Uses of UserRoleRef in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return UserRoleRef Modifier and Type Method Description UserRoleRef
RestrictedRole. getRole()
Represents the role that is being restricted.UserRoleRef
UserRole. toRef()
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type UserRoleRef Modifier and Type Method Description Set<UserRoleRef>
User. getRoles()
The roles that this user is assigned.Methods in com.broadleafcommerce.auth.resource.domain with parameters of type UserRoleRef Modifier and Type Method Description void
RestrictedRole. setRole(UserRoleRef role)
Represents the role that is being restricted.Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserRoleRef Modifier and Type Method Description void
User. setRoles(Set<UserRoleRef> roles)
The roles that this user is assigned. -
Uses of UserRoleRef in com.broadleafcommerce.auth.server.domain
Methods in com.broadleafcommerce.auth.server.domain that return types with arguments of type UserRoleRef Modifier and Type Method Description Set<UserRoleRef>
AuthorizationServer. getDefaultUserRoles()
The default roles a user is assigned when authenticating against this server.Method parameters in com.broadleafcommerce.auth.server.domain with type arguments of type UserRoleRef Modifier and Type Method Description void
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
Methods in com.broadleafcommerce.auth.tenant.service that return types with arguments of type UserRoleRef Modifier and Type Method Description protected Set<UserRoleRef>
DefaultAuthServerCreationHandler. getDefaultUserRoles(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties)
-
Uses of UserRoleRef in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserRoleRef Modifier and Type Method Description protected UserRoleRef
AdminUserPersistenceHandler. toAuthRoleRef(AdminRoleRef adminRoleRef)
Deprecated.Since 1.7.0.protected UserRoleRef
AdminUserPersistenceHandler. toAuthRoleRef(String id)
Method parameters in com.broadleafcommerce.auth.user.listener with type arguments of type UserRoleRef Modifier and Type Method Description protected boolean
AdminUserPersistenceHandler. areRolesEqual(Set<UserRoleRef> newRoles, Set<UserRoleRef> existingRoles)
-