Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.jpa.internal | |
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(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 |
---|---|
List<Permission> |
ContextualPermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier) |
List<Permission> |
ContextualPermissionManager.listPermissions(Class<?> resourceClass,
Serializable identifier,
String operation) |
List<Permission> |
ContextualPermissionManager.listPermissions(Object resource) |
List<Permission> |
ContextualPermissionManager.listPermissions(Object resource,
String operation) |
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,
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 | 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,
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.