Uses of Interface
org.jboss.security.authorization.Permission

Packages that use Permission
org.jboss.security The basic security interfaces and classes are now located in the jbosssx module. 
org.jboss.security.acl   
 

Uses of Permission in org.jboss.security
 

Methods in org.jboss.security with parameters of type Permission
 int AuthorizationManager.authorize(Resource resource, Identity identity, Permission permission)
           Authorize access to the resource if the specified identity has the proper permissions.
 

Uses of Permission in org.jboss.security.acl
 

Subinterfaces of Permission in org.jboss.security.acl
 interface ACLPermission
           A Permission represents privileges held by an Identity, and is used to grant or deny access to a Resource.
 

Methods in org.jboss.security.acl with parameters of type Permission
abstract  int ACLContext.authorize(Resource resource, Identity identity, Permission permission)
           Authorize access to the resource if the specified identity has the proper permissions.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.