public interface PrivilegeDefinition
PrivilegeDefinition interface defines the characteristics of
a JCR javax.jcr.security.Privilege.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDeclaredAggregateNames()
Returns the internal names of the declared aggregated privileges or
an empty array if the privilege defined by this definition isn't
an aggregate.
|
String |
getName()
The internal name of this privilege.
|
boolean |
isAbstract()
Returns
true if the privilege described by this definition
is abstract. |
String getName()
boolean isAbstract()
true if the privilege described by this definition
is abstract.true if the resulting privilege is abstract;
false otherwise."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"