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 class
DirectoryPanel<T extends Serializable,W extends Serializable,DP extends DirectoryDataProvider<T>,E extends RestClient>
static class
DirectoryPanel.Builder<T extends Serializable,W extends Serializable,E extends RestClient>
class
TypesDirectoryPanel<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 E
DirectoryPanel.Builder. restClient
protected E
DirectoryPanel. restClient
Methods 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 interface
ExecutionRestClient
Classes in org.apache.syncope.client.console.rest that implement RestClient Modifier and Type Class Description class
AbstractAnyRestClient<TO extends AnyTO>
class
AccessTokenRestClient
Console client for invoking Rest Access Token's services.class
AMSessionRestClient
class
AnyObjectRestClient
Console client for invoking Rest any type class services.class
AnyTypeClassRestClient
class
AnyTypeRestClient
class
ApplicationRestClient
class
AttrRepoRestClient
class
AuditRestClient
class
AuthModuleRestClient
class
AuthProfileRestClient
class
BaseRestClient
class
BpmnProcessRestClient
class
ClientAppRestClient
class
CommandRestClient
class
ConnectorRestClient
Console client for invoking Rest Connectors services.class
DelegationRestClient
class
DynRealmRestClient
Console client for invoking REST DynRealm's services.class
FIQLQueryRestClient
class
GroupRestClient
Console client for invoking Rest Group's services.class
ImplementationRestClient
class
LoggerConfRestClient
class
NotificationRestClient
class
OIDCJWKSRestClient
class
OIDCProviderRestClient
class
PolicyRestClient
Console client for invoking Rest Policy services.class
RealmRestClient
Console client for invoking REST Realm's services.class
ReconciliationRestClient
class
RelationshipTypeRestClient
class
RemediationRestClient
class
ReportRestClient
class
ResourceRestClient
Console client for invoking Rest Resources services.class
RoleRestClient
Console client for invoking Rest Role's services.class
SAML2IdPEntityRestClient
class
SAML2IdPsRestClient
class
SAML2SPEntityRestClient
class
SAML2SPRestClient
class
SchemaRestClient
Console client for invoking rest schema services.class
SCIMConfRestClient
class
SecurityQuestionRestClient
class
SRARouteRestClient
class
SRASessionRestClient
class
SyncopeRestClient
class
TaskRestClient
Console client for invoking Rest Tasks services.class
UserRequestRestClient
class
UserRestClient
Console client for invoking rest users services.class
UserSelfRestClient
class
UserWorkflowTaskRestClient
class
WAConfigRestClient
class
WASessionRestClient
-
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 class
AbstractAnyRestClient<TO extends AnyTO>
class
AnyTypeRestClient
class
BaseRestClient
class
BpmnProcessRestClient
class
GroupRestClient
Enduser client for invoking Rest Group's services.class
SchemaRestClient
Enduser client for invoking rest schema services.class
SecurityQuestionRestClient
class
SyncopeRestClient
class
UserRequestRestClient
class
UserSelfRestClient
-