Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.permission | |
org.picketlink.idm.permission.acl.spi |
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 | 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 © 2015 JBoss by Red Hat. All rights reserved.