Package | Description |
---|---|
com.broadleafcommerce.auth.resource.domain | |
com.broadleafcommerce.auth.security.service | |
com.broadleafcommerce.auth.user.listener |
Modifier and Type | Method and Description |
---|---|
Restriction |
RestrictedRole.getRestriction()
Represents the restriction on this role.
|
Restriction |
RestrictedPermission.getRestriction()
Represents the restriction on this permission.
|
Modifier and Type | Method and Description |
---|---|
Set<Restriction> |
User.getRestrictions()
The data restrictions that control the data this user is permitted to access.
|
Modifier and Type | Method and Description |
---|---|
void |
RestrictedRole.setRestriction(Restriction restriction)
Represents the restriction on this role.
|
void |
RestrictedPermission.setRestriction(Restriction restriction)
Represents the restriction on this permission.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setRestrictions(Set<Restriction> restrictions)
The data restrictions that control the data this user is permitted to access.
|
Modifier and Type | Method and Description |
---|---|
Set<Restriction> |
DefaultPrivilegeService.PrivilegeHydrationResult.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPrivilegeService.addRestrictionByExpandedPermissionNames(@NonNull Map<String,Map<String,Set<String>>> restrictionTypeAndTargetsByPermissionName,
@NonNull Restriction restriction,
@NonNull String permissionName)
Add both ALL_* permissions and expanded CRUD_* permissions with the given restriction to the
map.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPrivilegeService.PrivilegeHydrationResult.setRestrictions(Set<Restriction> restrictions) |
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 Restriction |
AdminUserPersistenceHandler.toAuthRestriction(AdminRestriction adminRestriction) |
protected Restriction |
AdminUserPersistenceHandler.toAuthRestriction(String restrictionType,
Set<String> restrictionTargets) |
Copyright © 2021. All rights reserved.