Uses of Class
org.apache.syncope.client.console.rest.OIDCProviderRestClient
-
-
Uses of OIDCProviderRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return OIDCProviderRestClient Modifier and Type Method Description OIDCProviderRestClientOIDCC4UIConsoleContext. oidcProviderRestClient() -
Uses of OIDCProviderRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as OIDCProviderRestClient Modifier and Type Field Description protected OIDCProviderRestClientOIDCC4UI. oidcProviderRestClient -
Uses of OIDCProviderRestClient in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type OIDCProviderRestClient Constructor Description OIDCProvidersDirectoryPanel(String id, OIDCProviderRestClient restClient, PageReference pageRef) -
Uses of OIDCProviderRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as OIDCProviderRestClient Modifier and Type Field Description protected OIDCProviderRestClientOIDCProviderWizardBuilder. oidcProviderRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type OIDCProviderRestClient Constructor Description OIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef)
-