Class ValidationEntry
java.lang.Object
org.apache.jackrabbit.oak.security.authorization.accesscontrol.ValidationEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
protected final boolean
protected final String
protected final PrivilegeBits
protected final Set<Restriction>
-
Constructor Summary
ConstructorsConstructorDescriptionValidationEntry
(@NotNull String principalName, @NotNull PrivilegeBits privilegeBits, boolean isAllow, @NotNull Set<Restriction> restrictions) ValidationEntry
(@NotNull String principalName, @NotNull PrivilegeBits privilegeBits, boolean isAllow, @NotNull Set<Restriction> restrictions, int index) -
Method Summary
-
Field Details
-
principalName
-
privilegeBits
-
isAllow
protected final boolean isAllow -
restrictions
-
index
protected final int index
-
-
Constructor Details
-
ValidationEntry
public ValidationEntry(@NotNull @NotNull String principalName, @NotNull @NotNull PrivilegeBits privilegeBits, boolean isAllow, @NotNull @NotNull Set<Restriction> restrictions) -
ValidationEntry
public ValidationEntry(@NotNull @NotNull String principalName, @NotNull @NotNull PrivilegeBits privilegeBits, boolean isAllow, @NotNull @NotNull Set<Restriction> restrictions, int index)
-
-
Method Details