com.softwareag.centrasite.appl.framework.validation.acl
Class DefaultAclProvider

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.acl.AbstractAclProvider
      extended by com.softwareag.centrasite.appl.framework.validation.acl.DefaultAclProvider
All Implemented Interfaces:
AclProvider

public class DefaultAclProvider
extends AbstractAclProvider

This ACL provider is used to specify defaults. This provider has no additional assumptions on the AclContext.


Constructor Summary
DefaultAclProvider()
           
 
Method Summary
 boolean isMatching(AclContext pContext, java.lang.String pRule)
          Called to query, whether the provider grants or denies access to the object, which is specified by the given context.
 
Methods inherited from class com.softwareag.centrasite.appl.framework.validation.acl.AbstractAclProvider
getNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAclProvider

public DefaultAclProvider()
Method Detail

isMatching

public boolean isMatching(AclContext pContext,
                          java.lang.String pRule)
Description copied from interface: AclProvider
Called to query, whether the provider grants or denies access to the object, which is specified by the given context.

Parameters:
pContext - The object, which specifies the access requester.
pRule - The rule, which is being applied.