Uses of Class
org.apache.syncope.client.console.rest.AbstractAnyRestClient
Packages that use AbstractAnyRestClient
Package
Description
-
Uses of AbstractAnyRestClient in org.apache.syncope.client.console.commons
Fields in org.apache.syncope.client.console.commons declared as AbstractAnyRestClientModifier and TypeFieldDescriptionprotected final AbstractAnyRestClient
<A> AnyDataProvider.restClient
Constructors in org.apache.syncope.client.console.commons with parameters of type AbstractAnyRestClientModifierConstructorDescriptionAnyDataProvider
(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 AbstractAnyRestClientModifier 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
Classes in org.apache.syncope.client.console.panels with type parameters of type AbstractAnyRestClientModifier 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
Classes in org.apache.syncope.client.console.panels.search with type parameters of type AbstractAnyRestClientModifier 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
Subclasses of AbstractAnyRestClient in org.apache.syncope.client.console.restModifier 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
Methods in org.apache.syncope.client.console.status that return types with arguments of type AbstractAnyRestClientModifier 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)