Uses of Class
org.apache.syncope.client.console.rest.SAML2IdPEntityRestClient
- 
Packages that use SAML2IdPEntityRestClient Package Description org.apache.syncope.client.console org.apache.syncope.client.console.panels org.apache.syncope.client.console.wizards 
- 
- 
Uses of SAML2IdPEntityRestClient in org.apache.syncope.client.consoleMethods in org.apache.syncope.client.console that return SAML2IdPEntityRestClient Modifier and Type Method Description SAML2IdPEntityRestClientAMConsoleContext. saml2IdPEntityRestClient()
- 
Uses of SAML2IdPEntityRestClient in org.apache.syncope.client.console.panelsFields in org.apache.syncope.client.console.panels declared as SAML2IdPEntityRestClient Modifier and Type Field Description protected SAML2IdPEntityRestClientSAML2. saml2IdPEntityRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type SAML2IdPEntityRestClient Constructor Description SAML2IdPEntityDirectoryPanel(String id, SAML2IdPEntityRestClient restClient, String waPrefix, PageReference pageRef)
- 
Uses of SAML2IdPEntityRestClient in org.apache.syncope.client.console.wizardsFields in org.apache.syncope.client.console.wizards declared as SAML2IdPEntityRestClient Modifier and Type Field Description protected SAML2IdPEntityRestClientSAML2IdPEntityWizardBuilder. saml2IdPEntityRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityRestClient Constructor Description SAML2IdPEntityWizardBuilder(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef)
 
-