Uses of Class
com.broadleafcommerce.auth.resource.domain.UserRoleRef
Packages that use UserRoleRef
Package
Description
-
Uses of UserRoleRef in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return UserRoleRefModifier and TypeMethodDescriptionRestrictedRole.getRole()Represents the role that is being restricted.AccountRole.getRoleRef()UserRole.toRef()Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type UserRoleRefMethods in com.broadleafcommerce.auth.resource.domain with parameters of type UserRoleRefModifier and TypeMethodDescriptionvoidRestrictedRole.setRole(UserRoleRef role) Represents the role that is being restricted.voidAccountRole.setRoleRef(UserRoleRef roleRef) Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserRoleRefModifier and TypeMethodDescriptionvoidUser.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 UserRoleRefModifier and TypeMethodDescriptionAuthorizationServer.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 UserRoleRefModifier and TypeMethodDescriptionvoidAuthorizationServer.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 UserRoleRefModifier and TypeMethodDescriptionprotected 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 UserRoleRefModifier and TypeMethodDescriptionprotected 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 UserRoleRefModifier and TypeMethodDescriptionprotected booleanAdminUserPersistenceHandler.areRolesEqual(Set<UserRoleRef> newRoles, Set<UserRoleRef> existingRoles)