Uses of Class
org.apache.syncope.client.console.rest.SAML2IdPsRestClient
- 
- 
Uses of SAML2IdPsRestClient in org.apache.syncope.client.consoleMethods in org.apache.syncope.client.console that return SAML2IdPsRestClient Modifier and Type Method Description SAML2IdPsRestClientSAML2SP4UIConsoleContext. saml2IdPsRestClient()
- 
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console.pagesFields in org.apache.syncope.client.console.pages declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClientSAML2SP4UI. saml2IdPsRestClient
- 
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console.panelsFields in org.apache.syncope.client.console.panels declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClientImportMetadata. saml2IdPsRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type SAML2IdPsRestClient Constructor Description SAML2IdPsDirectoryPanel(String id, SAML2IdPsRestClient restClient, PageReference pageRef)
- 
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console.wizardsFields in org.apache.syncope.client.console.wizards declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClientSAML2IdPWizardBuilder. saml2IdPsRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPsRestClient Constructor Description SAML2IdPWizardBuilder(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef)
 
-