java.lang.Object
org.apache.jackrabbit.oak.security.authorization.accesscontrol.ValidationEntry

public class ValidationEntry extends Object
  • Field Details

    • 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 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