Uses of Class
org.apache.syncope.common.lib.to.SAML2SPEntityTO
Package
Description
-
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionprotected ActionsPanel
<SAML2SPEntityTO> SAML2SPEntityDirectoryPanel.getActions
(IModel<SAML2SPEntityTO> model) protected List
<IColumn<SAML2SPEntityTO, String>> SAML2SPEntityDirectoryPanel.getColumns()
Iterator
<? extends SAML2SPEntityTO> SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider.iterator
(long first, long count) SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider.model
(SAML2SPEntityTO metadata) Modifier and TypeMethodDescriptionSAML2SPEntityDirectoryPanel.SAML2SPEntityProvider.model
(SAML2SPEntityTO metadata) Modifier and TypeMethodDescriptionprotected ActionsPanel
<SAML2SPEntityTO> SAML2SPEntityDirectoryPanel.getActions
(IModel<SAML2SPEntityTO> model) -
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.rest
-
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
SAML2SPEntityWizardBuilder.buildModelSteps
(SAML2SPEntityTO modelObject, WizardModel wizardModel) protected Serializable
SAML2SPEntityWizardBuilder.onApplyInternal
(SAML2SPEntityTO modelObject) ModifierConstructorDescriptionBinaryPem
(SAML2SPEntityTO entity, String property, PageReference pageRef) SAML2SPEntityWizardBuilder
(SAML2SPEntityTO defaultItem, SAML2SPEntityRestClient saml2SPEntityRestClient, PageReference pageRef) -
Uses of SAML2SPEntityTO in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionprotected SAML2SPEntityTO
SAML2SPEntityTO.Builder.newInstance()
-
Uses of SAML2SPEntityTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the SAML 2.0 SP entity matching the given key.Modifier and TypeMethodDescriptionvoid
SAML2SPEntityService.set
(@NotNull SAML2SPEntityTO entityTO) Store the entity to finalize the generation process. -
Uses of SAML2SPEntityTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected SAML2SPEntityTO
SAML2SPEntityLogic.resolveReference
(Method method, Object... args) SAML2SPEntityLogic.set
(SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionSAML2SPEntityDataBinder.getSAML2SPEntityTO
(SAML2SPEntity entity) Modifier and TypeMethodDescriptionSAML2SPEntityDataBinder.create
(SAML2SPEntityTO entityTO) SAML2SPEntityDataBinder.update
(SAML2SPEntity entity, SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionSAML2SPEntityDataBinderImpl.getSAML2SPEntityTO
(SAML2SPEntity entity) Modifier and TypeMethodDescriptionSAML2SPEntityDataBinderImpl.create
(SAML2SPEntityTO entityTO) SAML2SPEntityDataBinderImpl.update
(SAML2SPEntity entity, SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.rest.cxf.service