Uses of Class
org.apache.syncope.common.lib.to.AttrRepoTO
-
-
Uses of AttrRepoTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AttrRepoTO Modifier and Type Method Description ActionsPanel<AttrRepoTO>AttrRepoDirectoryPanel. getActions(IModel<AttrRepoTO> model)protected List<IColumn<AttrRepoTO,String>>AttrRepoDirectoryPanel. getColumns()Iterator<AttrRepoTO>AttrRepoDirectoryPanel.AttrRepoProvider. iterator(long first, long count)IModel<AttrRepoTO>AttrRepoDirectoryPanel.AttrRepoProvider. model(AttrRepoTO object)Methods in org.apache.syncope.client.console.panels with parameters of type AttrRepoTO Modifier and Type Method Description IModel<AttrRepoTO>AttrRepoDirectoryPanel.AttrRepoProvider. model(AttrRepoTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type AttrRepoTO Modifier and Type Method Description ActionsPanel<AttrRepoTO>AttrRepoDirectoryPanel. getActions(IModel<AttrRepoTO> model) -
Uses of AttrRepoTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type AttrRepoTO Modifier and Type Method Description List<AttrRepoTO>AttrRepoRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type AttrRepoTO Modifier and Type Method Description voidAttrRepoRestClient. create(AttrRepoTO attrRepoTO)voidAttrRepoRestClient. update(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type AttrRepoTO Modifier and Type Method Description protected WizardModelAttrRepoWizardBuilder. buildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)protected SerializableAttrRepoWizardBuilder. onApplyInternal(AttrRepoTO modelObject)Constructors in org.apache.syncope.client.console.wizards with parameters of type AttrRepoTO Constructor Description AttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef) -
Uses of AttrRepoTO in org.apache.syncope.client.console.wizards.mapping
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type AttrRepoTO Constructor Description AttrRepoMappingPanel(String id, AttrRepoTO attrRepo) -
Uses of AttrRepoTO in org.apache.syncope.common.lib.attr
Methods in org.apache.syncope.common.lib.attr with parameters of type AttrRepoTO Modifier and Type Method Description Map<String,Object>AttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, AzureActiveDirectoryAttrRepoConf conf)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, JDBCAttrRepoConf conf)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, LDAPAttrRepoConf conf)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, OktaAttrRepoConf conf)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, StubAttrRepoConf conf)Map<String,Object>AttrRepoConf.Mapper. map(AttrRepoTO attrRepo, SyncopeAttrRepoConf conf)Map<String,Object>AzureActiveDirectoryAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>JDBCAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>LDAPAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>OktaAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>StubAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)Map<String,Object>SyncopeAttrRepoConf. map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) -
Uses of AttrRepoTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoService. read(@NotNull String key)Returns the attribute repository matching the given key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AttrRepoTO Modifier and Type Method Description List<AttrRepoTO>AttrRepoService. list()Returns a list of attribute repositories.Methods in org.apache.syncope.common.rest.api.service with parameters of type AttrRepoTO Modifier and Type Method Description javax.ws.rs.core.ResponseAttrRepoService. create(@NotNull AttrRepoTO attrRepoTO)Create a new attribute repository.voidAttrRepoService. update(@NotNull AttrRepoTO attrRepoTO)Updates attribute repository matching the given key. -
Uses of AttrRepoTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoLogic. create(AttrRepoTO attrRepoTO)AttrRepoTOAttrRepoLogic. delete(String key)AttrRepoTOAttrRepoLogic. read(String key)protected AttrRepoTOAttrRepoLogic. resolveReference(Method method, Object... args)AttrRepoTOAttrRepoLogic. update(AttrRepoTO attrRepoTO)Methods in org.apache.syncope.core.logic that return types with arguments of type AttrRepoTO Modifier and Type Method Description List<AttrRepoTO>AttrRepoLogic. list()Methods in org.apache.syncope.core.logic with parameters of type AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoLogic. create(AttrRepoTO attrRepoTO)AttrRepoTOAttrRepoLogic. update(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoDataBinder. getAttrRepoTO(AttrRepo attrRepo)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AttrRepoTO Modifier and Type Method Description AttrRepoAttrRepoDataBinder. create(AttrRepoTO attrRepoTO)AttrRepoAttrRepoDataBinder. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoDataBinderImpl. getAttrRepoTO(AttrRepo attrRepo)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AttrRepoTO Modifier and Type Method Description AttrRepoAttrRepoDataBinderImpl. create(AttrRepoTO attrRepoTO)protected voidAttrRepoDataBinderImpl. populateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)protected voidAttrRepoDataBinderImpl. populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)AttrRepoAttrRepoDataBinderImpl. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AttrRepoTO Modifier and Type Method Description AttrRepoTOAttrRepoServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AttrRepoTO Modifier and Type Method Description List<AttrRepoTO>AttrRepoServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AttrRepoTO Modifier and Type Method Description javax.ws.rs.core.ResponseAttrRepoServiceImpl. create(AttrRepoTO attrRepoTO)voidAttrRepoServiceImpl. update(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.wa.bootstrap.mapping
Methods in org.apache.syncope.wa.bootstrap.mapping with parameters of type AttrRepoTO Modifier and Type Method Description Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, AzureActiveDirectoryAttrRepoConf conf)Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, JDBCAttrRepoConf conf)Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, LDAPAttrRepoConf conf)Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, OktaAttrRepoConf conf)Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, StubAttrRepoConf conf)Map<String,Object>AttrRepoPropertySourceMapper. map(AttrRepoTO attrRepoTO, SyncopeAttrRepoConf conf)
-