Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G L O P S

A

AclEntry - interface org.acegisecurity.acl.AclEntry.
Marker interface representing an access control list entry associated with a specific domain object instance.
AclManager - interface org.acegisecurity.acl.AclManager.
Obtains the AclEntry instances that apply to a particular domain object instance.
AclProvider - interface org.acegisecurity.acl.AclProvider.
Indicates a class can process a given domain object instance and authoritatively return the ACLs that apply.
AclProviderManager - class org.acegisecurity.acl.AclProviderManager.
Iterates through a list of AclProviders to locate the ACLs that apply to a given domain object instance.
AclProviderManager() - Constructor for class org.acegisecurity.acl.AclProviderManager
 
afterPropertiesSet() - Method in class org.acegisecurity.acl.AclProviderManager
 

C

checkIfValidList(List) - Method in class org.acegisecurity.acl.AclProviderManager
 

G

getAcls(Object) - Method in interface org.acegisecurity.acl.AclManager
Obtains the ACLs that apply to the specified domain instance.
getAcls(Object, Authentication) - Method in interface org.acegisecurity.acl.AclManager
Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have been granted to the presented Authentication object
getAcls(Object) - Method in interface org.acegisecurity.acl.AclProvider
Obtains the ACLs that apply to the specified domain instance.
getAcls(Object, Authentication) - Method in interface org.acegisecurity.acl.AclProvider
Obtains the ACLs that apply to the specified domain instance and presented Authentication object.
getAcls(Object) - Method in class org.acegisecurity.acl.AclProviderManager
 
getAcls(Object, Authentication) - Method in class org.acegisecurity.acl.AclProviderManager
 
getProviders() - Method in class org.acegisecurity.acl.AclProviderManager
 

L

logger - Static variable in class org.acegisecurity.acl.AclProviderManager
 

O

org.acegisecurity.acl - package org.acegisecurity.acl
Provides core Acegi Security System for Spring interfaces and classes.

P

providers - Variable in class org.acegisecurity.acl.AclProviderManager
 

S

setProviders(List) - Method in class org.acegisecurity.acl.AclProviderManager
Sets the AclProvider objects to be used for ACL determinations.
supports(Object) - Method in interface org.acegisecurity.acl.AclProvider
Indicates whether this AclProvider can authoritatively return ACL information for the specified domain object instance.

A C G L O P S