org.apache.jackrabbit.spi.commons.privilege
Class PrivilegeDefinitionImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.privilege.PrivilegeDefinitionImpl
All Implemented Interfaces:
org.apache.jackrabbit.spi.PrivilegeDefinition

public class PrivilegeDefinitionImpl
extends Object
implements org.apache.jackrabbit.spi.PrivilegeDefinition

PrivilegeDefinition


Constructor Summary
PrivilegeDefinitionImpl(org.apache.jackrabbit.spi.Name name, boolean isAbstract, Set<org.apache.jackrabbit.spi.Name> declaredAggregateNames)
           
 
Method Summary
 boolean equals(Object o)
           
 Set<org.apache.jackrabbit.spi.Name> getDeclaredAggregateNames()
           
 org.apache.jackrabbit.spi.Name getName()
           
 int hashCode()
           
 boolean isAbstract()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegeDefinitionImpl

public PrivilegeDefinitionImpl(org.apache.jackrabbit.spi.Name name,
                               boolean isAbstract,
                               Set<org.apache.jackrabbit.spi.Name> declaredAggregateNames)
Method Detail

getName

public org.apache.jackrabbit.spi.Name getName()
Specified by:
getName in interface org.apache.jackrabbit.spi.PrivilegeDefinition
See Also:
PrivilegeDefinition.getName()

isAbstract

public boolean isAbstract()
Specified by:
isAbstract in interface org.apache.jackrabbit.spi.PrivilegeDefinition
See Also:
PrivilegeDefinition.isAbstract()

getDeclaredAggregateNames

public Set<org.apache.jackrabbit.spi.Name> getDeclaredAggregateNames()
Specified by:
getDeclaredAggregateNames in interface org.apache.jackrabbit.spi.PrivilegeDefinition
See Also:
PrivilegeDefinition.getDeclaredAggregateNames()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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