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 UserRoleRefRestrictedRole. getRole()Represents the role that is being restricted.UserRoleRefUserRole. 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 voidRestrictedRole. 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 voidUser. 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 voidAuthorizationServer. 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 UserRoleRefAdminUserPersistenceHandler. toAuthRoleRef(AdminRoleRef adminRoleRef)Deprecated.Since 1.7.0.protected UserRoleRefAdminUserPersistenceHandler. toAuthRoleRef(String id)Method parameters in com.broadleafcommerce.auth.user.listener with type arguments of type UserRoleRef Modifier and Type Method Description protected booleanAdminUserPersistenceHandler. areRolesEqual(Set<UserRoleRef> newRoles, Set<UserRoleRef> existingRoles)
-