Set<LabelledPermission> |
PermissionService.getPermissions(Set<org.springframework.security.acls.model.Sid> sids,
boolean includeInheritance) |
Retrieves all permissions for one or more users
|
Set<LabelledPermission> |
PermissionServiceDecorator.getPermissions(Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInherited) |
|
Set<LabelledPermission> |
PermissionServiceImpl.getPermissions(Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInherited) |
|
Set<LabelledPermission> |
PermissionService.getPermissionsForObject(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Set<org.springframework.security.acls.model.Sid> sids,
boolean includeInheritance) |
Retrieves the permissions for a object for one or more users
|
Set<LabelledPermission> |
PermissionServiceDecorator.getPermissionsForObject(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInheritedPermissions) |
|
Set<LabelledPermission> |
PermissionServiceImpl.getPermissionsForObject(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInheritedPermissions) |
|
Map<String,Set<LabelledPermission>> |
PermissionService.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
boolean includeInheritance) |
Retrieves the permissions for all objects of a type for one or more users
|
Map<String,Set<LabelledPermission>> |
PermissionService.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
int page,
int pageSize) |
Retrieves the permissions for all objects of a type for one or more users
|
Map<String,Set<LabelledPermission>> |
PermissionServiceDecorator.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInherited) |
|
Map<String,Set<LabelledPermission>> |
PermissionServiceDecorator.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
int page,
int pageSize) |
|
Map<String,Set<LabelledPermission>> |
PermissionServiceImpl.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
boolean isReturnInherited) |
|
Map<String,Set<LabelledPermission>> |
PermissionServiceImpl.getPermissionsForType(String typeId,
Set<org.springframework.security.acls.model.Sid> sids,
int page,
int pageSize) |
|