Uses of Interface
com.softwareag.centrasite.appl.framework.validation.acl.AclProvider

Packages that use AclProvider
com.softwareag.centrasite.appl.framework.validation.acl   
 

Uses of AclProvider in com.softwareag.centrasite.appl.framework.validation.acl
 

Classes in com.softwareag.centrasite.appl.framework.validation.acl that implement AclProvider
 class AbstractAclProvider
          Default implementation of AclProvider.
 class DefaultAclProvider
          This ACL provider is used to specify defaults.
 class RoleAclProvider
          This ACL provider is used to grant or deny access to roles.
 class UserAclProvider
          This ACL provider is used to grant or deny access to users.
 

Methods in com.softwareag.centrasite.appl.framework.validation.acl that return AclProvider
protected  AclProvider DefaultAclController.createProvider(com.softwareag.centrasite.appl.framework.ioc.IOCProvider pContext, Provider pProvider)
          Called to create an instance of AclProvider, which meets the given configuration.
 

Methods in com.softwareag.centrasite.appl.framework.validation.acl that return types with arguments of type AclProvider
 java.lang.Class<AclProvider> Provider.getImplClass()
          Returns the providers implementation class.
 

Method parameters in com.softwareag.centrasite.appl.framework.validation.acl with type arguments of type AclProvider
protected  com.softwareag.centrasite.appl.framework.validation.acl.DefaultAcl DefaultAclController.createAcl(java.util.Map<java.lang.String,AclProvider> pProviders, com.softwareag.centrasite.appl.framework.ioc.IOCProvider pContext, Acl pAcl)
          Called to create an instance of DefaultAcl, which meets the given configuration.
 void Provider.setImplClass(java.lang.Class<AclProvider> pImplClass)
          Sets the providers implementation class.