Uses of Class
org.apache.syncope.common.lib.to.SAML2IdPEntityTO
Packages that use SAML2IdPEntityTO
Package
Description
-
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type SAML2IdPEntityTOModifier 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) Methods in org.apache.syncope.client.console.panels with parameters of type SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider.model
(SAML2IdPEntityTO metadata) Method parameters in org.apache.syncope.client.console.panels with type arguments of type SAML2IdPEntityTOModifier and TypeMethodDescriptionprotected ActionsPanel
<SAML2IdPEntityTO> SAML2IdPEntityDirectoryPanel.getActions
(IModel<SAML2IdPEntityTO> model) -
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SAML2IdPEntityTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type SAML2IdPEntityTOMethods in org.apache.syncope.client.console.rest with parameters of type SAML2IdPEntityTO -
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityTOModifier and TypeMethodDescriptionprotected WizardModel
SAML2IdPEntityWizardBuilder.buildModelSteps
(SAML2IdPEntityTO modelObject, WizardModel wizardModel) protected Serializable
SAML2IdPEntityWizardBuilder.onApplyInternal
(SAML2IdPEntityTO modelObject) Constructors in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityTOModifierConstructorDescriptionSAML2IdPEntityWizardBuilder
(SAML2IdPEntityTO defaultItem, SAML2IdPEntityRestClient saml2IdPEntityRestClient, PageReference pageRef) TextPem
(SAML2IdPEntityTO entity, String property, PageReference pageRef) -
Uses of SAML2IdPEntityTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return SAML2IdPEntityTOModifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
SAML2IdPEntityTO.Builder.newInstance()
-
Uses of SAML2IdPEntityTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2IdPEntityTOModifier and TypeMethodDescriptionReturns the SAML 2.0 IdP entity matching the given key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityService.list()
Returns the SAML 2.0 IdP entities.Methods in org.apache.syncope.common.rest.api.service with parameters of type SAML2IdPEntityTOModifier and TypeMethodDescriptionvoid
SAML2IdPEntityService.set
(@NotNull SAML2IdPEntityTO entityTO) Store the entity to finalize the generation process. -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2IdPEntityTOModifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
SAML2IdPEntityLogic.resolveReference
(Method method, Object... args) SAML2IdPEntityLogic.set
(SAML2IdPEntityTO entityTO) Methods in org.apache.syncope.core.logic that return types with arguments of type SAML2IdPEntityTOMethods in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityTO -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityDataBinder.getSAML2IdPEntityTO
(SAML2IdPEntity entity) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityDataBinder.create
(SAML2IdPEntityTO entityTO) SAML2IdPEntityDataBinder.update
(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityDataBinderImpl.getSAML2IdPEntityTO
(SAML2IdPEntity entity) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2IdPEntityTOModifier and TypeMethodDescriptionSAML2IdPEntityDataBinderImpl.create
(SAML2IdPEntityTO entityTO) SAML2IdPEntityDataBinderImpl.update
(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SAML2IdPEntityTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SAML2IdPEntityTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2IdPEntityTO -
Uses of SAML2IdPEntityTO in org.apache.syncope.wa.starter.saml.idp.metadata
Methods in org.apache.syncope.wa.starter.saml.idp.metadata that return SAML2IdPEntityTOModifier and TypeMethodDescriptionprotected SAML2IdPEntityTO
WASamlIdPMetadataLocator.fetchFromCore
(Optional<org.apereo.cas.support.saml.services.SamlRegisteredService> registeredService)