Dashboard Builder Security 6.0.0.CR2

Uses of Class
org.jboss.dashboard.security.PermissionDescriptor

Packages that use PermissionDescriptor
org.jboss.dashboard.security   
 

Uses of PermissionDescriptor in org.jboss.dashboard.security
 

Methods in org.jboss.dashboard.security that return PermissionDescriptor
 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
 

Methods in org.jboss.dashboard.security that return types with arguments of type PermissionDescriptor
 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()
           
 


Dashboard Builder Security 6.0.0.CR2

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.