Class ValidationEntry
- java.lang.Object
-
- org.apache.jackrabbit.oak.security.authorization.accesscontrol.ValidationEntry
-
public class ValidationEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
index
protected boolean
isAllow
protected String
principalName
protected PrivilegeBits
privilegeBits
protected Set<Restriction>
restrictions
-
Constructor Summary
Constructors Constructor Description ValidationEntry(@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)
-
-
-
Field Detail
-
principalName
protected final String principalName
-
privilegeBits
protected final PrivilegeBits privilegeBits
-
isAllow
protected final boolean isAllow
-
restrictions
protected final Set<Restriction> restrictions
-
index
protected final int index
-
-
Constructor Detail
-
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)
-
-