Uses of Class
org.apache.syncope.client.console.rest.ClientAppRestClient
Packages that use ClientAppRestClient
Package
Description
-
Uses of ClientAppRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return ClientAppRestClient -
Uses of ClientAppRestClient in org.apache.syncope.client.console.clientapps
Fields in org.apache.syncope.client.console.clientapps declared as ClientAppRestClientModifier and TypeFieldDescriptionprotected ClientAppRestClientClientAppDirectoryPanel.clientAppRestClientprotected final ClientAppRestClientClientAppModalPanelBuilder.clientAppRestClientprotected final ClientAppRestClientClientAppPropertyWizardBuilder.clientAppRestClientprotected ClientAppRestClientClientApps.clientAppRestClientprotected final ClientAppRestClientUsernameAttributeProviderModalPanelBuilder.clientAppRestClientConstructors in org.apache.syncope.client.console.clientapps with parameters of type ClientAppRestClientModifierConstructorDescriptionCASSPDirectoryPanel(String id, ClientAppRestClient restClient, PageReference pageRef) ClientAppDirectoryPanel(String id, ClientAppRestClient restClient, ClientAppType type, PageReference pageRef) ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef) ClientAppPropertiesDirectoryPanel(String id, ClientAppRestClient restClient, BaseModal<T> propertiesModal, ClientAppType type, IModel<T> model, PageReference pageRef) ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef) OIDCRPDirectoryPanel(String id, ClientAppRestClient restClient, PageReference pageRef) SAML2SPDirectoryPanel(String id, ClientAppRestClient restClient, PageReference pageRef) UsernameAttributeProviderModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, PageReference pageRef) -
Uses of ClientAppRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as ClientAppRestClient -
Uses of ClientAppRestClient in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type ClientAppRestClientModifierConstructorDescriptionSAML2IdPEntityDirectoryPanel(String id, SAML2IdPEntityRestClient restClient, ClientAppRestClient clientAppRestClient, String waPrefix, PageReference pageRef)