org.apache.jackrabbit.core.security.authorization
Class NamedAccessControlPolicyImpl

java.lang.Object
  extended by org.apache.jackrabbit.core.security.authorization.NamedAccessControlPolicyImpl
All Implemented Interfaces:
AccessControlPolicy, NamedAccessControlPolicy

public final class NamedAccessControlPolicyImpl
extends Object
implements NamedAccessControlPolicy

NamedAccessControlPolicyImpl...


Constructor Summary
NamedAccessControlPolicyImpl(String jcrName)
           
 
Method Summary
 String getName()
          Returns the name of the access control policy, which is JCR name and should be unique among the choices applicable to any particular node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedAccessControlPolicyImpl

public NamedAccessControlPolicyImpl(String jcrName)
Method Detail

getName

public String getName()
               throws RepositoryException
Description copied from interface: NamedAccessControlPolicy
Returns the name of the access control policy, which is JCR name and should be unique among the choices applicable to any particular node.

Specified by:
getName in interface NamedAccessControlPolicy
Returns:
the name of the access control policy. A JCR name.
Throws:
RepositoryException - if an error occurs.
See Also:
NamedAccessControlPolicy.getName()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.