Class ValidationEntry


  • public class ValidationEntry
    extends Object
    • Field Detail

      • principalName

        protected final String principalName
      • isAllow

        protected final boolean isAllow
      • 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)