Package | Description |
---|---|
com.broadleafcommerce.auth.resource.domain | |
com.broadleafcommerce.auth.security.service | |
com.broadleafcommerce.auth.user.listener |
Modifier and Type | Method and Description |
---|---|
Set<RestrictedRole> |
User.getRestrictedRoles()
The roles that this user is directly assigned that are restricted to only apply when
accessing certain segments of data.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setRestrictedRoles(Set<RestrictedRole> restrictedRoles)
The roles that this user is directly assigned that are restricted to only apply when
accessing certain segments of data.
|
Modifier and Type | Method and Description |
---|---|
Set<RestrictedRole> |
DefaultPrivilegeService.PrivilegeHydrationResult.getRestrictedRoles() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPrivilegeService.PrivilegeHydrationResult.setRestrictedRoles(Set<RestrictedRole> restrictedRoles) |
Constructor and Description |
---|
PrivilegeHydrationResult(Set<UserPermissionRef> flatPermissions,
Set<Restriction> restrictions,
Set<RestrictedRole> restrictedRoles,
Map<String,Collection<UserRole>> restrictedRoleWithAncestorsByRestrictedRoleId,
Set<RestrictedPermission> restrictedPermissions) |
Modifier and Type | Method and Description |
---|---|
protected RestrictedRole |
AdminUserPersistenceHandler.toAuthRestrictedRole(AdminRestrictedRole adminRestrictedRole) |
Copyright © 2021. All rights reserved.