Uses of Class
org.apache.syncope.client.console.rest.ClientAppRestClient
-
Packages that use ClientAppRestClient Package Description org.apache.syncope.client.console org.apache.syncope.client.console.clientapps -
-
Uses of ClientAppRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return ClientAppRestClient Modifier and Type Method Description ClientAppRestClientAMConsoleContext. clientAppRestClient() -
Uses of ClientAppRestClient in org.apache.syncope.client.console.clientapps
Fields in org.apache.syncope.client.console.clientapps declared as ClientAppRestClient Modifier and Type Field Description protected ClientAppRestClientClientAppDirectoryPanel. clientAppRestClientprotected ClientAppRestClientClientAppModalPanelBuilder. clientAppRestClientprotected ClientAppRestClientClientAppPropertyWizardBuilder. clientAppRestClientprotected ClientAppRestClientClientApps. clientAppRestClientprotected ClientAppRestClientUsernameAttributeProviderModalPanelBuilder. clientAppRestClientConstructors in org.apache.syncope.client.console.clientapps with parameters of type ClientAppRestClient Constructor Description CASSPDirectoryPanel(String id, ClientAppRestClient restClient, org.apache.wicket.PageReference pageRef)ClientAppDirectoryPanel(String id, ClientAppRestClient restClient, org.apache.syncope.common.lib.types.ClientAppType type, org.apache.wicket.PageReference pageRef)ClientAppModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, org.apache.wicket.PageReference pageRef)ClientAppPropertiesDirectoryPanel(String id, ClientAppRestClient restClient, BaseModal<T> propertiesModal, org.apache.syncope.common.lib.types.ClientAppType type, org.apache.wicket.model.IModel<T> model, org.apache.wicket.PageReference pageRef)ClientAppPropertyWizardBuilder(org.apache.syncope.common.lib.types.ClientAppType type, org.apache.syncope.common.lib.to.ClientAppTO clientApp, org.apache.syncope.common.lib.Attr attr, ClientAppRestClient clientAppRestClient, org.apache.wicket.PageReference pageRef)OIDCRPDirectoryPanel(String id, ClientAppRestClient restClient, org.apache.wicket.PageReference pageRef)SAML2SPDirectoryPanel(String id, ClientAppRestClient restClient, org.apache.wicket.PageReference pageRef)UsernameAttributeProviderModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, org.apache.wicket.PageReference pageRef)
-