Uses of Class
org.apache.syncope.client.console.rest.AbstractAnyRestClient
Package
Description
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.commons
Modifier and TypeFieldDescriptionprotected final AbstractAnyRestClient
<A> AnyDataProvider.restClient
ModifierConstructorDescriptionAnyDataProvider
(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef) -
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.layout
Modifier and TypeMethodDescriptionstatic <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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Console client for invoking Rest any type class services.class
Console client for invoking Rest Group's services.class
Console client for invoking rest users services. -
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.status
Modifier and TypeMethodDescriptionprotected 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)