Class AuthorizablesView

    • Constructor Detail

      • AuthorizablesView

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

        public AuthorizablesView​(@NotNull
                                 Authorizables.Context context,
                                 @Nullable
                                 @Nullable Class<? extends org.apache.jackrabbit.api.security.user.Authorizable> selector,
                                 @Nullable
                                 @Nullable String nameQueryPattern,
                                 @Nullable
                                 Authorizables.Filter filter)
                          throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
    • Method Detail

      • addNode

        protected AuthorizableModel addNode​(@Nullable
                                            @Nullable org.apache.jackrabbit.api.security.user.Authorizable authorizable)
                                     throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • createNode

        @Nullable
        protected @Nullable AuthorizableModel createNode​(@NotNull
                                                         @NotNull org.apache.jackrabbit.api.security.user.Authorizable authorizable)
                                                  throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • toJson

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