Class AuthorizablesTree

    • Field Detail

      • rootNode

        protected final TreeNode rootNode
    • Constructor Detail

      • AuthorizablesTree

        public AuthorizablesTree​(@NotNull
                                 Authorizables.Context context,
                                 @Nullable
                                 @Nullable String selector,
                                 @Nullable
                                 @Nullable String nameQueryPattern,
                                 @Nullable
                                 @Nullable String pathPattern)
                          throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
    • Method Detail

      • getRootNode

        @NotNull
        public @NotNull TreeNode getRootNode()
      • toJson

        public void toJson​(@NotNull
                           @NotNull com.google.gson.stream.JsonWriter writer,
                           boolean recursive)
                    throws IOException
        Throws:
        IOException