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 AttrRepoTO
AttrRepoRestClient. 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 void
AttrRepoRestClient. create(AttrRepoTO attrRepoTO)
void
AttrRepoRestClient. 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 WizardModel
AttrRepoWizardBuilder. buildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)
protected Serializable
AttrRepoWizardBuilder. 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 AttrRepoTO
AttrRepoService. 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.Response
AttrRepoService. create(@NotNull AttrRepoTO attrRepoTO)
Create a new attribute repository.void
AttrRepoService. 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 AttrRepoTO
AttrRepoLogic. create(AttrRepoTO attrRepoTO)
AttrRepoTO
AttrRepoLogic. delete(String key)
AttrRepoTO
AttrRepoLogic. read(String key)
protected AttrRepoTO
AttrRepoLogic. resolveReference(Method method, Object... args)
AttrRepoTO
AttrRepoLogic. 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 AttrRepoTO
AttrRepoLogic. create(AttrRepoTO attrRepoTO)
AttrRepoTO
AttrRepoLogic. 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 AttrRepoTO
AttrRepoDataBinder. getAttrRepoTO(AttrRepo attrRepo)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AttrRepoTO Modifier and Type Method Description AttrRepo
AttrRepoDataBinder. create(AttrRepoTO attrRepoTO)
AttrRepo
AttrRepoDataBinder. 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 AttrRepoTO
AttrRepoDataBinderImpl. getAttrRepoTO(AttrRepo attrRepo)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AttrRepoTO Modifier and Type Method Description AttrRepo
AttrRepoDataBinderImpl. create(AttrRepoTO attrRepoTO)
protected void
AttrRepoDataBinderImpl. populateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)
protected void
AttrRepoDataBinderImpl. populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
AttrRepo
AttrRepoDataBinderImpl. 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 AttrRepoTO
AttrRepoServiceImpl. 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.Response
AttrRepoServiceImpl. create(AttrRepoTO attrRepoTO)
void
AttrRepoServiceImpl. 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)
-