Uses of Class
org.apache.syncope.client.console.rest.UserRequestRestClient
-
-
Uses of UserRequestRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return UserRequestRestClient Modifier and Type Method Description UserRequestRestClientFlowableConsoleContext. userRequestRestClient()Methods in org.apache.syncope.client.console with parameters of type UserRequestRestClient Modifier and Type Method Description UserRequestFormFinalizerFlowableConsoleContext. userRequestFormFinalizer(UserRequestRestClient userRequestRestClient) -
Uses of UserRequestRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as UserRequestRestClient Modifier and Type Field Description protected UserRequestRestClientUserRequests. userRequestRestClient -
Uses of UserRequestRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as UserRequestRestClient Modifier and Type Field Description protected UserRequestRestClientUserRequestFormModal. userRequestRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type UserRequestRestClient Constructor Description UserRequestDirectoryPanel(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 UserRequestRestClient Modifier and Type Field Description protected UserRequestRestClientUserRequestFormsWidget. userRequestRestClient -
Uses of UserRequestRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as UserRequestRestClient Modifier and Type Field Description protected UserRequestRestClientUserRequestFormFinalizer. userRequestRestClientConstructors in org.apache.syncope.client.console.wizards.any with parameters of type UserRequestRestClient Constructor Description UserRequestFormFinalizer(UserRequestRestClient userRequestRestClient)
-