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