A C G I O R U

A

ACL - Interface in org.jboss.security.acl
This interface represents an Access Control List (ACL), a data structure used to protect access to resources.
ACLEntry - Interface in org.jboss.security.acl
This interface represents an entry in the Access Control List.
ACLPermission - Interface in org.jboss.security.acl
A Permission represents privileges held by an Identity, and is used to grant or deny access to a Resource.
ACLProvider - Interface in org.jboss.security.acl
An ACLProvider is responsible for the management of the ACLs associated to the resources being protected.
addEntry(ACLEntry) - Method in interface org.jboss.security.acl.ACL
Adds an entry to this ACL.

C

checkPermission(ACLPermission) - Method in interface org.jboss.security.acl.ACLEntry
Checks if the specified permission is part of the this entry's permission.
createACL(Resource) - Method in interface org.jboss.security.acl.ACLProvider
Creates a new ACL and associates it to the given resource.

G

getEntries() - Method in interface org.jboss.security.acl.ACL
Obtains the collection of all ACLEntries in this ACL.
getIdentity() - Method in interface org.jboss.security.acl.ACLEntry
Obtains the Identity for which a permission has been assigned in this entry.
getPermission() - Method in interface org.jboss.security.acl.ACLEntry
Obtains the Permission object held by this entry.
getResource() - Method in interface org.jboss.security.acl.ACL
Obtains a reference to the resource being protected by this ACL.

I

isGranted(ACLPermission, Identity) - Method in interface org.jboss.security.acl.ACL
Verify if the given permission is assigned to the specified Identity.

O

org.jboss.security.acl - package org.jboss.security.acl
 

R

removeACL(ACL) - Method in interface org.jboss.security.acl.ACLProvider
Removes the given ACL, breaking the existing association with the resource it relates to.
removeACL(Resource) - Method in interface org.jboss.security.acl.ACLProvider
Removes the ACL associated with the specified resource.
removeEntry(ACLEntry) - Method in interface org.jboss.security.acl.ACL
Removes an entry from this ACL.
retrieveACL(Resource) - Method in interface org.jboss.security.acl.ACLProvider
Obtains a reference to the ACL associated to the given resource.

U

updateACL(ACL) - Method in interface org.jboss.security.acl.ACLProvider
Updates the given ACL.

A C G I O R U

Copyright © 2008 JBoss Inc.. All Rights Reserved.