Uses of Class
org.apache.syncope.common.lib.to.SAML2IdPEntityTO
-
-
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 SAML2IdPEntityTO Modifier and Type Method Description protected ActionsPanel<SAML2IdPEntityTO>SAML2IdPEntityDirectoryPanel. getActions(IModel<SAML2IdPEntityTO> model)protected List<IColumn<SAML2IdPEntityTO,String>>SAML2IdPEntityDirectoryPanel. getColumns()Iterator<? extends SAML2IdPEntityTO>SAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider. iterator(long first, long count)IModel<SAML2IdPEntityTO>SAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider. model(SAML2IdPEntityTO metadata)Methods in org.apache.syncope.client.console.panels with parameters of type SAML2IdPEntityTO Modifier and Type Method Description IModel<SAML2IdPEntityTO>SAML2IdPEntityDirectoryPanel.SAML2IdPEntityProvider. model(SAML2IdPEntityTO metadata)Method parameters in org.apache.syncope.client.console.panels with type arguments of type SAML2IdPEntityTO Modifier and Type Method Description protected 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 SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityRestClient. get(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type SAML2IdPEntityTO Modifier and Type Method Description List<SAML2IdPEntityTO>SAML2IdPEntityRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type SAML2IdPEntityTO Modifier and Type Method Description voidSAML2IdPEntityRestClient. set(SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityTO Modifier and Type Method Description protected WizardModelSAML2IdPEntityWizardBuilder. buildModelSteps(SAML2IdPEntityTO modelObject, WizardModel wizardModel)protected SerializableSAML2IdPEntityWizardBuilder. onApplyInternal(SAML2IdPEntityTO modelObject)Constructors in org.apache.syncope.client.console.wizards with parameters of type SAML2IdPEntityTO Constructor Description SAML2IdPEntityWizardBuilder(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 SAML2IdPEntityTO Modifier and Type Method Description protected SAML2IdPEntityTOSAML2IdPEntityTO.Builder. newInstance() -
Uses of SAML2IdPEntityTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityService. get(@NotNull String key)Returns 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 SAML2IdPEntityTO Modifier and Type Method Description List<SAML2IdPEntityTO>SAML2IdPEntityService. list()Returns the SAML 2.0 IdP entities.Methods in org.apache.syncope.common.rest.api.service with parameters of type SAML2IdPEntityTO Modifier and Type Method Description voidSAML2IdPEntityService. 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 SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityLogic. get(String key)protected SAML2IdPEntityTOSAML2IdPEntityLogic. resolveReference(Method method, Object... args)SAML2IdPEntityTOSAML2IdPEntityLogic. set(SAML2IdPEntityTO entityTO)Methods in org.apache.syncope.core.logic that return types with arguments of type SAML2IdPEntityTO Modifier and Type Method Description List<SAML2IdPEntityTO>SAML2IdPEntityLogic. list()Methods in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityLogic. set(SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityDataBinder. getSAML2IdPEntityTO(SAML2IdPEntity entity)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDataBinder. create(SAML2IdPEntityTO entityTO)SAML2IdPEntitySAML2IdPEntityDataBinder. 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 SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityDataBinderImpl. getSAML2IdPEntityTO(SAML2IdPEntity entity)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDataBinderImpl. create(SAML2IdPEntityTO entityTO)SAML2IdPEntitySAML2IdPEntityDataBinderImpl. 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 SAML2IdPEntityTO Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityServiceImpl. get(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SAML2IdPEntityTO Modifier and Type Method Description List<SAML2IdPEntityTO>SAML2IdPEntityServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2IdPEntityTO Modifier and Type Method Description voidSAML2IdPEntityServiceImpl. set(SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntityTO in org.apache.syncope.wa.starter.saml.idp.metadata
Methods in org.apache.syncope.wa.starter.saml.idp.metadata that return SAML2IdPEntityTO Modifier and Type Method Description protected SAML2IdPEntityTOWASamlIdPMetadataLocator. fetchFromCore(Optional<org.apereo.cas.support.saml.services.SamlRegisteredService> registeredService)
-