Package | Description |
---|---|
com.broadleafcommerce.auth.resource.domain | |
com.broadleafcommerce.auth.security.service | |
com.broadleafcommerce.auth.user.listener |
Modifier and Type | Method and Description |
---|---|
Set<RestrictedPermission> |
User.getRestrictedPermissions()
The permissions 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.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions)
The permissions 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<RestrictedPermission> |
DefaultPrivilegeService.PrivilegeHydrationResult.getRestrictedPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPrivilegeService.PrivilegeHydrationResult.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions) |
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 RestrictedPermission |
AdminUserPersistenceHandler.toAuthRestrictedPermission(AdminRestrictedPermission adminRestrictedPermission) |
Copyright © 2021. All rights reserved.