Uses of Class
org.apache.syncope.client.console.rest.ClientAppRestClient
-
Uses of ClientAppRestClient in org.apache.syncope.client.console
-
Uses of ClientAppRestClient in org.apache.syncope.client.console.clientapps
Modifier and TypeFieldDescriptionprotected ClientAppRestClient
ClientAppDirectoryPanel.clientAppRestClient
protected final ClientAppRestClient
ClientAppModalPanelBuilder.clientAppRestClient
protected final ClientAppRestClient
ClientAppPropertyWizardBuilder.clientAppRestClient
protected ClientAppRestClient
ClientApps.clientAppRestClient
protected final ClientAppRestClient
UsernameAttributeProviderModalPanelBuilder.clientAppRestClient
ModifierConstructorDescriptionCASSPDirectoryPanel
(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)