Uses of Class
com.broadleafcommerce.auth.resource.domain.RestrictedPermission
-
Packages that use RestrictedPermission Package Description com.broadleafcommerce.auth.resource.domain com.broadleafcommerce.auth.security.service com.broadleafcommerce.auth.user.listener -
-
Uses of RestrictedPermission in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type RestrictedPermission Modifier and Type Method 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.Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type RestrictedPermission Modifier and Type Method 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. -
Uses of RestrictedPermission in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return types with arguments of type RestrictedPermission Modifier and Type Method Description Set<RestrictedPermission>
DefaultPrivilegeService.PrivilegeHydrationResult. getRestrictedPermissions()
Method parameters in com.broadleafcommerce.auth.security.service with type arguments of type RestrictedPermission Modifier and Type Method Description void
DefaultPrivilegeService.PrivilegeHydrationResult. setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions)
-
Uses of RestrictedPermission in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return RestrictedPermission Modifier and Type Method Description protected RestrictedPermission
AdminUserPersistenceHandler. toAuthRestrictedPermission(AdminRestrictedPermission adminRestrictedPermission)
-