Uses of Class
org.apache.syncope.client.console.rest.SAML2IdPsRestClient
-
-
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return SAML2IdPsRestClient Modifier and Type Method Description SAML2IdPsRestClient
SAML2SP4UIConsoleContext. saml2IdPsRestClient()
-
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClient
SAML2SP4UI. saml2IdPsRestClient
-
Uses of SAML2IdPsRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClient
ImportMetadata. saml2IdPsRestClient
Constructors 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.wizards
Fields in org.apache.syncope.client.console.wizards declared as SAML2IdPsRestClient Modifier and Type Field Description protected SAML2IdPsRestClient
SAML2IdPWizardBuilder. saml2IdPsRestClient
Constructors 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)
-