Uses of Class
org.apache.syncope.client.console.rest.SAML2SPEntityRestClient
-
Packages that use SAML2SPEntityRestClient Package Description org.apache.syncope.client.console org.apache.syncope.client.console.panels org.apache.syncope.client.console.wizards -
-
Uses of SAML2SPEntityRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return SAML2SPEntityRestClient Modifier and Type Method Description SAML2SPEntityRestClientAMConsoleContext. saml2SPEntityRestClient() -
Uses of SAML2SPEntityRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SAML2SPEntityRestClient Modifier and Type Field Description protected SAML2SPEntityRestClientSAML2. saml2SPEntityRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type SAML2SPEntityRestClient Constructor Description SAML2SPEntityDirectoryPanel(String id, SAML2SPEntityRestClient restClient, String waPrefix, PageReference pageRef) -
Uses of SAML2SPEntityRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as SAML2SPEntityRestClient Modifier and Type Field Description protected SAML2SPEntityRestClientSAML2SPEntityWizardBuilder. saml2SPEntityRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type SAML2SPEntityRestClient Constructor Description SAML2SPEntityWizardBuilder(SAML2SPEntityTO defaultItem, SAML2SPEntityRestClient saml2SPEntityRestClient, PageReference pageRef)
-