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.console
Methods in org.apache.syncope.client.console that return SAML2IdPEntityRestClient Modifier and Type Method Description SAML2IdPEntityRestClient
AMConsoleContext. saml2IdPEntityRestClient()
-
Uses of SAML2IdPEntityRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SAML2IdPEntityRestClient Modifier and Type Field Description protected SAML2IdPEntityRestClient
SAML2. saml2IdPEntityRestClient
Constructors 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.wizards
Fields in org.apache.syncope.client.console.wizards declared as SAML2IdPEntityRestClient Modifier and Type Field Description protected SAML2IdPEntityRestClient
SAML2IdPEntityWizardBuilder. saml2IdPEntityRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityRestClient Constructor Description SAML2IdPEntityWizardBuilder(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef)
-