Class UserManagementServlet.GetAuthorizables<A extends org.apache.jackrabbit.api.security.user.Authorizable,​E extends AuthorizableModel>

    • Field Detail

      • authorizableClass

        protected final Class<A extends org.apache.jackrabbit.api.security.user.Authorizable> authorizableClass
    • Constructor Detail

      • GetAuthorizables

        public GetAuthorizables​(Class<A> authorizableClass)
    • Method Detail

      • doIt

        public void doIt​(@NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                         @NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletResponse response,
                         com.composum.sling.core.ResourceHandle resource)
                  throws javax.jcr.RepositoryException,
                         IOException
        Specified by:
        doIt in interface com.composum.sling.core.servlet.ServletOperation
        Throws:
        javax.jcr.RepositoryException
        IOException