Uses of Class
org.apache.syncope.common.lib.to.SAML2SPEntityTO
-
-
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type SAML2SPEntityTO Modifier and Type Method Description protected ActionsPanel<SAML2SPEntityTO>SAML2SPEntityDirectoryPanel. getActions(IModel<SAML2SPEntityTO> model)protected List<IColumn<SAML2SPEntityTO,String>>SAML2SPEntityDirectoryPanel. getColumns()Iterator<? extends SAML2SPEntityTO>SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider. iterator(long first, long count)IModel<SAML2SPEntityTO>SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider. model(SAML2SPEntityTO metadata)Methods in org.apache.syncope.client.console.panels with parameters of type SAML2SPEntityTO Modifier and Type Method Description IModel<SAML2SPEntityTO>SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider. model(SAML2SPEntityTO metadata)Method parameters in org.apache.syncope.client.console.panels with type arguments of type SAML2SPEntityTO Modifier and Type Method Description protected ActionsPanel<SAML2SPEntityTO>SAML2SPEntityDirectoryPanel. getActions(IModel<SAML2SPEntityTO> model) -
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityRestClient. get(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type SAML2SPEntityTO Modifier and Type Method Description List<SAML2SPEntityTO>SAML2SPEntityRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type SAML2SPEntityTO Modifier and Type Method Description voidSAML2SPEntityRestClient. set(SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type SAML2SPEntityTO Modifier and Type Method Description protected WizardModelSAML2SPEntityWizardBuilder. buildModelSteps(SAML2SPEntityTO modelObject, WizardModel wizardModel)protected SerializableSAML2SPEntityWizardBuilder. onApplyInternal(SAML2SPEntityTO modelObject)Constructors in org.apache.syncope.client.console.wizards with parameters of type SAML2SPEntityTO Constructor Description BinaryPem(SAML2SPEntityTO entity, String property, PageReference pageRef)SAML2SPEntityWizardBuilder(SAML2SPEntityTO defaultItem, SAML2SPEntityRestClient saml2SPEntityRestClient, PageReference pageRef) -
Uses of SAML2SPEntityTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return SAML2SPEntityTO Modifier and Type Method Description protected SAML2SPEntityTOSAML2SPEntityTO.Builder. newInstance() -
Uses of SAML2SPEntityTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityService. get(@NotNull String key)Returns the SAML 2.0 SP entity matching the given key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SAML2SPEntityTO Modifier and Type Method Description List<SAML2SPEntityTO>SAML2SPEntityService. list()Returns the SAML 2.0 SP entities.Methods in org.apache.syncope.common.rest.api.service with parameters of type SAML2SPEntityTO Modifier and Type Method Description voidSAML2SPEntityService. set(@NotNull SAML2SPEntityTO entityTO)Store the entity to finalize the generation process. -
Uses of SAML2SPEntityTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityLogic. read(String key)protected SAML2SPEntityTOSAML2SPEntityLogic. resolveReference(Method method, Object... args)SAML2SPEntityTOSAML2SPEntityLogic. set(SAML2SPEntityTO entityTO)Methods in org.apache.syncope.core.logic that return types with arguments of type SAML2SPEntityTO Modifier and Type Method Description List<SAML2SPEntityTO>SAML2SPEntityLogic. list()Methods in org.apache.syncope.core.logic with parameters of type SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityLogic. set(SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityDataBinder. getSAML2SPEntityTO(SAML2SPEntity entity)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntitySAML2SPEntityDataBinder. create(SAML2SPEntityTO entityTO)SAML2SPEntitySAML2SPEntityDataBinder. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityDataBinderImpl. getSAML2SPEntityTO(SAML2SPEntity entity)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntitySAML2SPEntityDataBinderImpl. create(SAML2SPEntityTO entityTO)SAML2SPEntitySAML2SPEntityDataBinderImpl. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntityTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SAML2SPEntityTO Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityServiceImpl. get(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SAML2SPEntityTO Modifier and Type Method Description List<SAML2SPEntityTO>SAML2SPEntityServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2SPEntityTO Modifier and Type Method Description voidSAML2SPEntityServiceImpl. set(SAML2SPEntityTO entityTO)
-