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