Class Authorizables.Filter.Path

    • Field Detail

      • pattern

        protected final Pattern pattern
    • Constructor Detail

      • Path

        public Path​(@NotNull
                    @NotNull String pattern)
      • Path

        public Path​(@NotNull
                    @NotNull Pattern pattern)
    • Method Detail

      • accept

        public boolean accept​(org.apache.jackrabbit.api.security.user.Authorizable authorizable)
        Specified by:
        accept in interface Authorizables.Filter