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 UserRequestRestClient
FlowableConsoleContext. userRequestRestClient()
Methods in org.apache.syncope.client.console with parameters of type UserRequestRestClient Modifier and Type Method Description UserRequestFormFinalizer
FlowableConsoleContext. 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 UserRequestRestClient
UserRequests. 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 UserRequestRestClient
UserRequestFormModal. userRequestRestClient
Constructors 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 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 UserRequestRestClient Modifier and Type Field Description protected UserRequestRestClient
UserRequestFormFinalizer. userRequestRestClient
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserRequestRestClient Constructor Description UserRequestFormFinalizer(UserRequestRestClient userRequestRestClient)
-