Uses of Class
org.apache.syncope.client.console.rest.AbstractAnyRestClient
-
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.commons
Fields in org.apache.syncope.client.console.commons declared as AbstractAnyRestClient Modifier and Type Field Description protected AbstractAnyRestClient<A>
AnyDataProvider. restClient
Constructors in org.apache.syncope.client.console.commons with parameters of type AbstractAnyRestClient Constructor Description AnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef)
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout with parameters of type AbstractAnyRestClient Modifier and Type Method Description static <A extends AnyTO,F extends AnyForm<A>,FL extends AbstractAnyFormLayout<A,F>>
FAnyLayoutUtils. newLayoutInfo(A anyTO, List<String> anyTypeClasses, FL anyFormLayout, AbstractAnyRestClient<?> anyRestClient, PageReference pageRef)
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.panels
Classes in org.apache.syncope.client.console.panels with type parameters of type AbstractAnyRestClient Modifier and Type Class Description class
AnyDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.panels.search
Classes in org.apache.syncope.client.console.panels.search with type parameters of type AbstractAnyRestClient Modifier and Type Class Description class
AnySelectionDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnySelectionDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.rest
Subclasses of AbstractAnyRestClient in org.apache.syncope.client.console.rest Modifier and Type Class Description class
AnyObjectRestClient
Console client for invoking Rest any type class services.class
GroupRestClient
Console client for invoking Rest Group's services.class
UserRestClient
Console client for invoking rest users services. -
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.status
Methods in org.apache.syncope.client.console.status that return types with arguments of type AbstractAnyRestClient Modifier and Type Method Description protected DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
AnyStatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly)
protected DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
ResourceStatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly)
protected abstract DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>
StatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, T entity, String itemKeyFieldName, boolean statusOnly)
-