Uses of Class
org.apache.syncope.common.lib.to.SAML2SP4UIIdPTO
-
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description protected ActionLinksTogglePanel<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel. actionTogglePanel()
ActionsPanel<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel. getActions(IModel<SAML2SP4UIIdPTO> model)
protected List<IColumn<SAML2SP4UIIdPTO,String>>
SAML2IdPsDirectoryPanel. getColumns()
Iterator<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel.SAML2IdPsProvider. iterator(long first, long count)
IModel<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel.SAML2IdPsProvider. model(SAML2SP4UIIdPTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description IModel<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel.SAML2IdPsProvider. model(SAML2SP4UIIdPTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description ActionsPanel<SAML2SP4UIIdPTO>
SAML2IdPsDirectoryPanel. getActions(IModel<SAML2SP4UIIdPTO> model)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2IdPsRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description List<SAML2SP4UIIdPTO>
SAML2IdPsRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description void
SAML2IdPsRestClient. update(SAML2SP4UIIdPTO idp)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description protected WizardModel
SAML2IdPWizardBuilder. buildModelSteps(SAML2SP4UIIdPTO modelObject, WizardModel wizardModel)
protected Serializable
SAML2IdPWizardBuilder. onApplyInternal(SAML2SP4UIIdPTO modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type SAML2SP4UIIdPTO Constructor Description SAML2IdPWizardBuilder(SAML2IdPsDirectoryPanel directoryPanel, SAML2SP4UIIdPTO idpTO, ImplementationRestClient implementationRestClient, SAML2IdPsRestClient saml2IdPsRestClient, PageReference pageRef)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.client.console.wizards.mapping
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type SAML2SP4UIIdPTO Constructor Description SAML2IdPMappingPanel(String id, SAML2SP4UIIdPTO idpTO, ItemTransformersTogglePanel mapItemTransformers, JEXLTransformersTogglePanel jexlTransformers)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2SP4UIIdPService. read(String key)
Returns the SAML 2.0 Identity Provider with matching entityID, if available.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description List<SAML2SP4UIIdPTO>
SAML2SP4UIIdPService. list()
Returns a list of all defined SAML 2.0 Identity Providers.Methods in org.apache.syncope.common.rest.api.service with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description void
SAML2SP4UIIdPService. update(@NotNull SAML2SP4UIIdPTO saml2IdpTO)
Updates the SAML 2.0 Identity Provider with matching entityID. -
Uses of SAML2SP4UIIdPTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2SP4UIIdPLogic. read(String key)
protected SAML2SP4UIIdPTO
SAML2SP4UIIdPLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description List<SAML2SP4UIIdPTO>
SAML2SP4UIIdPLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description void
SAML2SP4UIIdPLogic. update(SAML2SP4UIIdPTO saml2IdpTO)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 that return SAML2SP4UIIdPTO Modifier and Type Method Description static SAML2SP4UIIdPTO
SAML2ClientCache. importMetadata(InputStream metadata, org.pac4j.saml.config.SAML2Configuration cfg)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2SP4UIIdPDataBinder. getIdPTO(SAML2SP4UIIdP idp)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdP
SAML2SP4UIIdPDataBinder. create(SAML2SP4UIIdPTO idpTO)
SAML2SP4UIIdP
SAML2SP4UIIdPDataBinder. update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2SP4UIIdPDataBinderImpl. getIdPTO(SAML2SP4UIIdP idp)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdP
SAML2SP4UIIdPDataBinderImpl. create(SAML2SP4UIIdPTO idpTO)
protected void
SAML2SP4UIIdPDataBinderImpl. populateItems(SAML2SP4UIIdPTO idpTO, SAML2SP4UIIdP idp)
protected void
SAML2SP4UIIdPDataBinderImpl. populateItems(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)
SAML2SP4UIIdP
SAML2SP4UIIdPDataBinderImpl. update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)
-
Uses of SAML2SP4UIIdPTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SAML2SP4UIIdPTO Modifier and Type Method Description SAML2SP4UIIdPTO
SAML2SP4UIIdPServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SAML2SP4UIIdPTO Modifier and Type Method Description List<SAML2SP4UIIdPTO>
SAML2SP4UIIdPServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2SP4UIIdPTO Modifier and Type Method Description void
SAML2SP4UIIdPServiceImpl. update(SAML2SP4UIIdPTO saml2IdpTO)
-