Package | Description |
---|---|
org.jboss.dashboard.security |
Modifier and Type | Method and Description |
---|---|
PermissionDescriptor |
PermissionManager.createNewItem() |
PermissionDescriptor |
PermissionManager.find(Principal prpal,
Permission perm)
Find the permission descriptor for given principal and permission
|
PermissionDescriptor |
PermissionManager.findPermissionDescriptorById(Long idPermission)
Recover a Permission by its Id
|
Modifier and Type | Method and Description |
---|---|
List<PermissionDescriptor> |
PermissionManager.find(List<Long> permissionIds)
Recover the Permissions by the Ids indicated in the List parameter
|
List<PermissionDescriptor> |
PermissionManager.find(String resourceName)
Recover the Permissions for the given permission resource name
|
List<PermissionDescriptor> |
PermissionManager.find(String permissionClass,
String permissionResource)
Recover Permissions for the given permission class and resource name
|
List<PermissionDescriptor> |
PermissionManager.find(String permissionClass,
String permissionResource,
Boolean includeReadOnly)
Recover Permissions for the given permission class and resource name, including or excluding the ones marked as readonly
|
List<PermissionDescriptor> |
PermissionManager.getAllInstances() |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.