Modifier and Type | Method and Description |
---|---|
List<Permission> |
PermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier)
Returns a list of all Permissions for the specified resource identifier
|
List<Permission> |
PermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier,
String operation)
Returns a list of all Permissions for the specified resource identifier, with the specified operation
|
List<Permission> |
PermissionManager.listPermissions(Class<?> resource,
String operation)
Returns a list of all Permissions for the specified resource identifier, with the specified operation
|
List<Permission> |
PermissionManager.listPermissions(IdentityType identityType)
Returns a list of all
Permission for the given IdentityType . |
List<Permission> |
PermissionManager.listPermissions(Object resource)
Return a list of all permissions for the specified resource.
|
List<Permission> |
PermissionManager.listPermissions(Object resource,
String operation)
Return a list of all permissions for the specified resource, with the specified operation
|
Modifier and Type | Method and Description |
---|---|
protected Permission |
FilePermission.doPopulateEntry(Map<String,Serializable> properties) |
Modifier and Type | Method and Description |
---|---|
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
Class<?> resourceClass,
Serializable identifier) |
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
Class<?> resourceClass,
Serializable identifier,
String operation) |
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
IdentityType identityType) |
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
Object resource) |
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
Object resource,
String operation) |
List<Permission> |
FileIdentityStore.listPermissions(IdentityContext context,
Set<Object> resources,
String operation) |
Constructor and Description |
---|
FilePermission(IdentityType identityType,
Permission permission) |
Modifier and Type | Method and Description |
---|---|
List<Permission> |
ContextualPermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier) |
List<Permission> |
ContextualPermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier,
String operation) |
List<Permission> |
ContextualPermissionManager.listPermissions(Class<?> resource,
String operation) |
List<Permission> |
ContextualPermissionManager.listPermissions(IdentityType identityType) |
List<Permission> |
ContextualPermissionManager.listPermissions(Object resource) |
List<Permission> |
ContextualPermissionManager.listPermissions(Object resource,
String operation) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionUtil.hasAttributes(Permission permission,
Class<?> resourceClass,
Serializable identifier,
String operation)
Check if the given
Permission has the given attributes. |
static boolean |
PermissionUtil.hasOperation(Permission permission,
String operation)
Checks if the fiven given
operation is granted by the given Permission . |
Modifier and Type | Method and Description |
---|---|
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
Class<?> resourceClass,
Serializable identifier) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
Class<?> resourceClass,
Serializable identifier,
String operation) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
IdentityPermission query) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
IdentityType identityType) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
Object resource) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
Object resource,
String operation) |
List<Permission> |
JPAIdentityStore.listPermissions(IdentityContext ctx,
Set<Object> resources,
String operation) |
Modifier and Type | Class and Description |
---|---|
class |
FuzzyPermission
Represents a "fuzzy" resource permission that is assigned via a relationship criteria, i.e.
|
class |
IdentityPermission
Represents a resource permission that is assigned to a specific IdentityType.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
Class<?> resourceClass,
Serializable identifier)
Returns a List containing all the permissions for a resource that has not yet been loaded,
using the specified resource class and resource identifier value.
|
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
Class<?> resourceClass,
Serializable identifier,
String operation)
Returns a List containing all the permissions for a resource that has not yet been loaded,
using the specified resource class and resource identifier value, with the specified operation.
|
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
IdentityType identityType)
Returns a list of all
Permission for the given IdentityType . |
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
Object resource)
Returns a List value containing all permissions for the specified resource.
|
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
Object resource,
String operation)
Returns a List value containing all permissions for the specified resource, having the specified operation
|
List<Permission> |
PermissionStore.listPermissions(IdentityContext context,
Set<Object> resources,
String operation)
Returns a List value containing all permissions for all of the specified resource,
having the specified operation
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.