Uses of Class
org.apache.syncope.common.lib.to.AttrRepoTO
Package
Description
-
Uses of AttrRepoTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionAttrRepoDirectoryPanel.getActions
(IModel<AttrRepoTO> model) protected List
<IColumn<AttrRepoTO, String>> AttrRepoDirectoryPanel.getColumns()
AttrRepoDirectoryPanel.AttrRepoProvider.iterator
(long first, long count) AttrRepoDirectoryPanel.AttrRepoProvider.model
(AttrRepoTO object) Modifier and TypeMethodDescriptionAttrRepoDirectoryPanel.AttrRepoProvider.model
(AttrRepoTO object) -
Uses of AttrRepoTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
AttrRepoRestClient.create
(AttrRepoTO attrRepoTO) void
AttrRepoRestClient.update
(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
AttrRepoWizardBuilder.buildModelSteps
(AttrRepoTO modelObject, WizardModel wizardModel) protected Serializable
AttrRepoWizardBuilder.onApplyInternal
(AttrRepoTO modelObject) ModifierConstructorDescriptionAttrRepoWizardBuilder
(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef) -
Uses of AttrRepoTO in org.apache.syncope.client.console.wizards.mapping
-
Uses of AttrRepoTO in org.apache.syncope.common.lib.attr
Modifier and TypeMethodDescriptionAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, AzureActiveDirectoryAttrRepoConf conf) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, JDBCAttrRepoConf conf) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, LDAPAttrRepoConf conf) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, OktaAttrRepoConf conf) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, StubAttrRepoConf conf) AttrRepoConf.Mapper.map
(AttrRepoTO attrRepo, SyncopeAttrRepoConf conf) AzureActiveDirectoryAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) JDBCAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) LDAPAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) OktaAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) StubAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) SyncopeAttrRepoConf.map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) -
Uses of AttrRepoTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the attribute repository matching the given key.Modifier and TypeMethodDescriptionAttrRepoService.list()
Returns a list of attribute repositories.Modifier and TypeMethodDescriptionAttrRepoService.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
Modifier and TypeMethodDescriptionAttrRepoLogic.create
(AttrRepoTO attrRepoTO) protected AttrRepoTO
AttrRepoLogic.resolveReference
(Method method, Object... args) AttrRepoLogic.update
(AttrRepoTO attrRepoTO) Modifier and TypeMethodDescriptionAttrRepoLogic.create
(AttrRepoTO attrRepoTO) AttrRepoLogic.update
(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionAttrRepoDataBinder.create
(AttrRepoTO attrRepoTO) AttrRepoDataBinder.update
(AttrRepo attrRepo, AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionAttrRepoDataBinderImpl.create
(AttrRepoTO attrRepoTO) protected void
AttrRepoDataBinderImpl.populateItems
(AttrRepoTO attrRepoTO, AttrRepo attrRepo) protected void
AttrRepoDataBinderImpl.populateItems
(AttrRepo attrRepo, AttrRepoTO attrRepoTO) AttrRepoDataBinderImpl.update
(AttrRepo attrRepo, AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionAttrRepoServiceImpl.create
(AttrRepoTO attrRepoTO) void
AttrRepoServiceImpl.update
(AttrRepoTO attrRepoTO) -
Uses of AttrRepoTO in org.apache.syncope.wa.bootstrap.mapping
Modifier and TypeMethodDescriptionAttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, AzureActiveDirectoryAttrRepoConf conf) AttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, JDBCAttrRepoConf conf) AttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, LDAPAttrRepoConf conf) AttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, OktaAttrRepoConf conf) AttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, StubAttrRepoConf conf) AttrRepoPropertySourceMapper.map
(AttrRepoTO attrRepoTO, SyncopeAttrRepoConf conf)