public interface PrivilegeDefinition
PrivilegeDefinition
interface defines the characteristics of
a JCR javax.jcr.security.Privilege
.Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.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.
|
java.lang.String |
getName()
The internal name of this privilege.
|
boolean |
isAbstract()
Returns
true if the privilege described by this definition
is abstract. |
java.lang.String getName()
boolean isAbstract()
true
if the privilege described by this definition
is abstract.true
if the resulting privilege is abstract;
false
otherwise.java.util.Set<java.lang.String> getDeclaredAggregateNames()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"