org.apache.jackrabbit.spi.commons.privilege
Class PrivilegeDefinitionImpl
java.lang.Object
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)
|
PrivilegeDefinitionImpl
public PrivilegeDefinitionImpl(org.apache.jackrabbit.spi.Name name,
boolean isAbstract,
Set<org.apache.jackrabbit.spi.Name> declaredAggregateNames)
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.