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

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.acl.AbstractAclProvider
All Implemented Interfaces:
AclProvider
Direct Known Subclasses:
DefaultAclProvider, RoleAclProvider, UserAclProvider

public abstract class AbstractAclProvider
extends java.lang.Object
implements AclProvider

Default implementation of AclProvider.


Constructor Summary
AbstractAclProvider()
           
 
Method Summary
 java.lang.String getNamespace()
          Returns the providers namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.acl.AclProvider
isMatching
 

Constructor Detail

AbstractAclProvider

public AbstractAclProvider()
Method Detail

getNamespace

public java.lang.String getNamespace()
Description copied from interface: AclProvider
Returns the providers namespace.

Specified by:
getNamespace in interface AclProvider