Uses of Class
org.apache.syncope.client.console.rest.UserRequestRestClient
Packages that use UserRequestRestClient
Package
Description
-
Uses of UserRequestRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return UserRequestRestClientMethods in org.apache.syncope.client.console with parameters of type UserRequestRestClientModifier and TypeMethodDescriptionFlowableConsoleContext.userRequestFormFinalizer
(UserRequestRestClient userRequestRestClient) -
Uses of UserRequestRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as UserRequestRestClientModifier and TypeFieldDescriptionprotected UserRequestRestClient
UserRequests.userRequestRestClient
-
Uses of UserRequestRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as UserRequestRestClientModifier and TypeFieldDescriptionprotected UserRequestRestClient
UserRequestFormModal.userRequestRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type UserRequestRestClientModifierConstructorDescriptionUserRequestDirectoryPanel
(String id, UserRequestRestClient restClient, PageReference pageRef) UserRequestFormDirectoryPanel
(String id, UserRequestRestClient restClient, PageReference pageRef) -
Uses of UserRequestRestClient in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets declared as UserRequestRestClientModifier and TypeFieldDescriptionprotected UserRequestRestClient
UserRequestFormsWidget.userRequestRestClient
-
Uses of UserRequestRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as UserRequestRestClientModifier and TypeFieldDescriptionprotected final UserRequestRestClient
UserRequestFormFinalizer.userRequestRestClient
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserRequestRestClientModifierConstructorDescriptionUserRequestFormFinalizer
(UserRequestRestClient userRequestRestClient)