Uses of Class
org.apache.syncope.common.lib.to.SAML2IdPEntityTO
Package
Description
-
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionprotected ActionsPanel
<SAML2IdPEntityTO> SAML2IdPEntityDirectoryPanel.getActions
(IModel<SAML2IdPEntityTO> model) protected List
<IColumn<SAML2IdPEntityTO, String>> SAML2IdPEntityDirectoryPanel.getColumns()
Iterator
<? extends SAML2IdPEntityTO> SAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider.iterator
(long first, long count) SAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider.model
(SAML2IdPEntityTO metadata) Modifier and TypeMethodDescriptionSAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider.model
(SAML2IdPEntityTO metadata) Modifier and TypeMethodDescriptionprotected ActionsPanel
<SAML2IdPEntityTO> SAML2IdPEntityDirectoryPanel.getActions
(IModel<SAML2IdPEntityTO> model) -
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.rest
-
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
SAML2IdPEntityWizardBuilder.buildModelSteps
(SAML2IdPEntityTO modelObject, WizardModel wizardModel) protected Serializable
SAML2IdPEntityWizardBuilder.onApplyInternal
(SAML2IdPEntityTO modelObject) ModifierConstructorDescriptionSAML2IdPEntityWizardBuilder
(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef) TextPem
(SAML2IdPEntityTO entity, String property, PageReference pageRef) -
Uses of SAML2IdPEntityTO in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
SAML2IdPEntityTO.Builder.newInstance()
-
Uses of SAML2IdPEntityTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the SAML 2.0 IdP entity matching the given key.Modifier and TypeMethodDescriptionSAML2IdPEntityService.list()
Returns the SAML 2.0 IdP entities.Modifier and TypeMethodDescriptionvoid
SAML2IdPEntityService.set
(@NotNull SAML2IdPEntityTO entityTO) Store the entity to finalize the generation process. -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
SAML2IdPEntityLogic.resolveReference
(Method method, Object... args) SAML2IdPEntityLogic.set
(SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionSAML2IdPEntityDataBinder.getSAML2IdPEntityTO
(SAML2IdPEntity entity) Modifier and TypeMethodDescriptionSAML2IdPEntityDataBinder.create
(SAML2IdPEntityTO entityTO) SAML2IdPEntityDataBinder.update
(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionSAML2IdPEntityDataBinderImpl.getSAML2IdPEntityTO
(SAML2IdPEntity entity) Modifier and TypeMethodDescriptionSAML2IdPEntityDataBinderImpl.create
(SAML2IdPEntityTO entityTO) SAML2IdPEntityDataBinderImpl.update
(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.rest.cxf.service
-
Uses of SAML2IdPEntityTO in org.apache.syncope.wa.starter.saml.idp.metadata
Modifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
WASamlIdPMetadataLocator.fetchFromCore
(Optional<org.apereo.cas.support.saml.services.SamlRegisteredService> registeredService)