Uses of Interface
org.jboss.security.acl.ACL

Uses of ACL in org.jboss.security.acl
 

Methods in org.jboss.security.acl that return ACL
 ACL ACLProvider.createACL(org.jboss.security.authorization.Resource resource)
           Creates a new ACL and associates it to the given resource.
 ACL ACLProvider.retrieveACL(org.jboss.security.authorization.Resource resource)
           Obtains a reference to the ACL associated to the given resource.
 

Methods in org.jboss.security.acl with parameters of type ACL
 boolean ACLProvider.removeACL(ACL acl)
           Removes the given ACL, breaking the existing association with the resource it relates to.
 boolean ACLProvider.updateACL(ACL acl)
           Updates the given ACL.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.