Uses of Interface
org.apache.syncope.client.ui.commons.rest.RestClient
-
Packages that use RestClient Package Description org.apache.syncope.client.console.batch org.apache.syncope.client.console.panels org.apache.syncope.client.console.rest org.apache.syncope.client.enduser.rest -
-
Uses of RestClient in org.apache.syncope.client.console.batch
Constructors in org.apache.syncope.client.console.batch with parameters of type RestClient Constructor Description BatchContent(String id, List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName)BatchContent(List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName)BatchModal(BaseModal<T> modal, PageReference pageRef, List<T> items, List<IColumn<T,S>> columns, Collection<ActionLink.ActionType> actions, RestClient batchExecutor, String keyFieldName) -
Uses of RestClient in org.apache.syncope.client.console.panels
Classes in org.apache.syncope.client.console.panels with type parameters of type RestClient Modifier and Type Class Description classDirectoryPanel<T extends Serializable,W extends Serializable,DP extends DirectoryDataProvider<T>,E extends RestClient>static classDirectoryPanel.Builder<T extends Serializable,W extends Serializable,E extends RestClient>classTypesDirectoryPanel<T extends EntityTO,DP extends DirectoryDataProvider<T>,E extends RestClient>Fields in org.apache.syncope.client.console.panels declared as RestClient Modifier and Type Field Description protected EDirectoryPanel.Builder. restClientprotected EDirectoryPanel. restClientMethods in org.apache.syncope.client.console.panels with parameters of type RestClient Modifier and Type Method Description AjaxDataTablePanel.Builder<T,S>AjaxDataTablePanel.Builder. setBatches(Collection<ActionLink.ActionType> batches, RestClient batchExecutor, String itemKeyField) -
Uses of RestClient in org.apache.syncope.client.console.rest
Subinterfaces of RestClient in org.apache.syncope.client.console.rest Modifier and Type Interface Description interfaceExecutionRestClientClasses in org.apache.syncope.client.console.rest that implement RestClient Modifier and Type Class Description classAbstractAnyRestClient<TO extends AnyTO>classAccessTokenRestClientConsole client for invoking Rest Access Token's services.classAMSessionRestClientclassAnyObjectRestClientConsole client for invoking Rest any type class services.classAnyTypeClassRestClientclassAnyTypeRestClientclassApplicationRestClientclassAttrRepoRestClientclassAuditRestClientclassAuthModuleRestClientclassAuthProfileRestClientclassBaseRestClientclassBpmnProcessRestClientclassClientAppRestClientclassCommandRestClientclassConnectorRestClientConsole client for invoking Rest Connectors services.classDelegationRestClientclassDynRealmRestClientConsole client for invoking REST DynRealm's services.classFIQLQueryRestClientclassGroupRestClientConsole client for invoking Rest Group's services.classImplementationRestClientclassLoggerConfRestClientclassNotificationRestClientclassOIDCJWKSRestClientclassOIDCProviderRestClientclassPolicyRestClientConsole client for invoking Rest Policy services.classRealmRestClientConsole client for invoking REST Realm's services.classReconciliationRestClientclassRelationshipTypeRestClientclassRemediationRestClientclassReportRestClientclassResourceRestClientConsole client for invoking Rest Resources services.classRoleRestClientConsole client for invoking Rest Role's services.classSAML2IdPEntityRestClientclassSAML2IdPsRestClientclassSAML2SPEntityRestClientclassSAML2SPRestClientclassSchemaRestClientConsole client for invoking rest schema services.classSCIMConfRestClientclassSecurityQuestionRestClientclassSRARouteRestClientclassSRASessionRestClientclassSyncopeRestClientclassTaskRestClientConsole client for invoking Rest Tasks services.classUserRequestRestClientclassUserRestClientConsole client for invoking rest users services.classUserSelfRestClientclassUserWorkflowTaskRestClientclassWAConfigRestClientclassWASessionRestClient -
Uses of RestClient in org.apache.syncope.client.enduser.rest
Classes in org.apache.syncope.client.enduser.rest that implement RestClient Modifier and Type Class Description classAbstractAnyRestClient<TO extends AnyTO>classAnyTypeRestClientclassAuthProfileRestClientclassBaseRestClientclassBpmnProcessRestClientclassGroupRestClientEnduser client for invoking Rest Group's services.classSchemaRestClientEnduser client for invoking rest schema services.classSecurityQuestionRestClientclassSyncopeRestClientclassUserRequestRestClientclassUserSelfRestClient
-