public class PrivilegeDefinitionImpl extends Object implements org.apache.jackrabbit.spi.PrivilegeDefinition
PrivilegeDefinition| Constructor and Description |
|---|
PrivilegeDefinitionImpl(org.apache.jackrabbit.spi.Name name,
boolean isAbstract,
Set<org.apache.jackrabbit.spi.Name> declaredAggregateNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<org.apache.jackrabbit.spi.Name> |
getDeclaredAggregateNames() |
org.apache.jackrabbit.spi.Name |
getName() |
int |
hashCode() |
boolean |
isAbstract() |
public PrivilegeDefinitionImpl(org.apache.jackrabbit.spi.Name name,
boolean isAbstract,
Set<org.apache.jackrabbit.spi.Name> declaredAggregateNames)
public org.apache.jackrabbit.spi.Name getName()
getName in interface org.apache.jackrabbit.spi.PrivilegeDefinitionPrivilegeDefinition.getName()public boolean isAbstract()
isAbstract in interface org.apache.jackrabbit.spi.PrivilegeDefinitionPrivilegeDefinition.isAbstract()public Set<org.apache.jackrabbit.spi.Name> getDeclaredAggregateNames()
getDeclaredAggregateNames in interface org.apache.jackrabbit.spi.PrivilegeDefinitionPrivilegeDefinition.getDeclaredAggregateNames()Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.