Uses of Class
org.apache.syncope.common.lib.to.Item
Packages that use Item
Package
Description
-
Uses of Item in org.apache.syncope.client.console.widgets
Constructors in org.apache.syncope.client.console.widgets with parameters of type ItemModifierConstructorDescriptionItemTransformerWidget(String id, Item item, ItemTransformersTogglePanel transformers) JEXLTransformerWidget(String id, Item item, JEXLTransformersTogglePanel transformers) -
Uses of Item in org.apache.syncope.client.console.wizards.mapping
Fields in org.apache.syncope.client.console.wizards.mapping declared as ItemFields in org.apache.syncope.client.console.wizards.mapping with type parameters of type ItemModifier and TypeFieldDescriptionprotected static final Comparator<Item> AbstractMappingPanel.ITEM_COMPARATORAbstractMappingPanel.mappingsAll mappings.Methods in org.apache.syncope.client.console.wizards.mapping with parameters of type ItemModifier and TypeMethodDescriptionItemTransformersTogglePanel.setItem(AjaxRequestTarget target, Item item) JEXLTransformersTogglePanel.setItem(AjaxRequestTarget target, Item item) Constructor parameters in org.apache.syncope.client.console.wizards.mapping with type arguments of type ItemModifierConstructorDescriptionAbstractMappingPanel(String id, ItemTransformersTogglePanel itemTransformers, JEXLTransformersTogglePanel jexlTransformers, IModel<List<Item>> model, boolean addMappingBtnVisible, MappingPurpose defaultPurpose) -
Uses of Item in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return types with arguments of type Item -
Uses of Item in org.apache.syncope.common.lib.scim
Subclasses of Item in org.apache.syncope.common.lib.scim -
Uses of Item in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type ItemModifier and TypeMethodDescriptionItemContainer.getConnObjectKeyItem()AttrRepoTO.getItems()AuthModuleTO.getItems()ItemContainer.getItems()Methods in org.apache.syncope.common.lib.to with parameters of type ItemModifier and TypeMethodDescriptionbooleanprotected booleanItemContainer.addConnObjectKeyItem(Item connObjectItem) booleanItemContainer.setConnObjectKeyItem(Item connObjectKeyItem) -
Uses of Item in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ItemModifier and TypeMethodDescriptionprotected ConnObjectReconciliationLogic.getOnSyncope(Item connObjectKeyItem, String connObjectKeyValue, Boolean suspended, Set<Attribute> attrs) protected ConnObjectReconciliationLogic.getOnSyncope(Any any, Item connObjectKeyItem, ExternalResource resource, Provision provision) protected ConnObjectReconciliationLogic.getOnSyncope(LinkedAccount account, Item connObjectKeyItem, Provision provision) -
Uses of Item in org.apache.syncope.core.logic.oidc
Methods in org.apache.syncope.core.logic.oidc with parameters of type ItemModifier and TypeMethodDescriptionOIDCUserManager.findMatchingUser(String connObjectKeyValue, Item connObjectKeyItem) protected List<Implementation> OIDCUserManager.getTransformers(Item item) -
Uses of Item in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 with parameters of type ItemModifier and TypeMethodDescriptionprotected List<Implementation> SAML2SP4UIUserManager.getTransformers(Item item) -
Uses of Item in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ItemModifier and TypeMethodDescriptionOIDCC4UIProvider.getConnObjectKeyItem()SAML2SP4UIIdP.getConnObjectKeyItem()OIDCC4UIProvider.getItems()SAML2SP4UIIdP.getItems()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type ItemModifier and TypeMethodDescriptionvoidOIDCC4UIProvider.setConnObjectKeyItem(Item item) voidSAML2SP4UIIdP.setConnObjectKeyItem(Item item) -
Uses of Item in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type Item -
Uses of Item in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ItemModifier and TypeMethodDescriptionJPAOIDCC4UIProvider.getConnObjectKeyItem()JPASAML2SP4UIIdP.getConnObjectKeyItem()JPAOIDCC4UIProvider.getItems()JPASAML2SP4UIIdP.getItems()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ItemModifier and TypeMethodDescriptionvoidJPAOIDCC4UIProvider.setConnObjectKeyItem(Item item) voidJPASAML2SP4UIIdP.setConnObjectKeyItem(Item item) -
Uses of Item in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type ItemModifier and TypeFieldDescriptionprotected static final TypeReference<List<Item>> JPAAttrRepo.TYPEREFprotected static final TypeReference<List<Item>> JPAAuthModule.TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type Item -
Uses of Item in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type ItemModifier and TypeFieldDescriptionprotected static final TypeReference<List<Item>> Neo4jAttrRepo.TYPEREFprotected static final TypeReference<List<Item>> Neo4jAuthModule.TYPEREFMethods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type Item -
Uses of Item in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ItemModifier and TypeMethodDescriptionMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) Get attribute values for the givenItemand realm.MappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) Get attribute values for the givenItemand any object.MappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) Prepare attribute for sending to a connector instance.MappingManager.prepareAttr(ExternalResource resource, Provision provision, Item item, Any any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter) Prepare attribute for sending to a connector instance.voidMappingManager.setIntValues(Item item, Attribute attr, RealmTO realmTO) Set attribute values, according to the givenItem, to realm from attribute received from connector.<T extends AnyTO>
voidMappingManager.setIntValues(Item item, Attribute attr, T anyTO) Set attribute values, according to the givenItem, to any object from attribute received from connector. -
Uses of Item in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ItemModifier and TypeMethodDescriptiondefault Pair<AttrSchemaType, List<PlainAttrValue>> ItemTransformer.beforePropagation(Item item, Any any, AttrSchemaType schemaType, List<PlainAttrValue> values) Invoked while preparing attribute values to be sent out to external resource during propagation.default Pair<AttrSchemaType, List<PlainAttrValue>> ItemTransformer.beforePropagation(Item item, Realm realm, AttrSchemaType schemaType, List<PlainAttrValue> values) Invoked while preparing attribute values to be sent out to external resource during propagation.ItemTransformer.beforePull(Item item, EntityTO entityTO, List<Object> values) Invoked while reading attribute values from external resource during pull. -
Uses of Item in org.apache.syncope.core.provisioning.api.propagation
Method parameters in org.apache.syncope.core.provisioning.api.propagation with type arguments of type ItemModifier and TypeMethodDescriptionPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String, Set<Attribute>> preparedAttrs) -
Uses of Item in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ItemModifier and TypeMethodDescriptionDefaultMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) DefaultMappingManager.getIntValues(ExternalResource resource, Provision provision, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Any any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) protected List<Implementation> DefaultMappingManager.getTransformers(Item item) DefaultMappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) DefaultMappingManager.prepareAttr(ExternalResource resource, Provision provision, Item item, Any any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter) voidDefaultMappingManager.setIntValues(Item item, Attribute attr, AnyTO anyTO) voidDefaultMappingManager.setIntValues(Item item, Attribute attr, RealmTO realmTO) -
Uses of Item in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ItemModifier and TypeMethodDescriptionJEXLItemTransformerImpl.beforePropagation(Item item, Any any, AttrSchemaType schemaType, List<PlainAttrValue> values) JEXLItemTransformerImpl.beforePull(Item item, EntityTO entityTO, List<Object> values) Method parameters in org.apache.syncope.core.provisioning.java.data with type arguments of type ItemModifier and TypeMethodDescriptionprotected voidResourceDataBinderImpl.populateItems(List<Item> items, ItemContainer containerTO) -
Uses of Item in org.apache.syncope.core.provisioning.java.propagation
Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type ItemModifier and TypeMethodDescriptionDefaultPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String, Set<Attribute>> preparedAttrs) -
Uses of Item in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ItemModifier and TypeMethodDescriptionprotected List<Implementation> InboundMatcher.getTransformers(Item item) InboundMatcher.matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, ExternalResource resource, boolean ignoreCaseMatch) OutboundMatcher.matchByConnObjectKeyValue(Connector connector, Item connObjectKeyItem, String connObjectKeyValue, Provision provision, Optional<String[]> moreAttrsToGet) Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type ItemModifier and TypeMethodDescriptionprotected ConnectorObjectDefaultRealmPushResultHandler.getRemoteObject(ObjectClass objectClass, String connObjectKey, String connObjectKeyValue, boolean ignoreCaseMatch, Stream<Item> mapItems) -
Uses of Item in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils that return types with arguments of type ItemModifier and TypeMethodDescriptionMappingUtils.getConnObjectKeyItem(Provision provision) MappingUtils.getInboundItems(Stream<Item> items) MappingUtils.getPropagationItems(Stream<Item> items) Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type ItemModifier and TypeMethodDescriptionstatic List<ItemTransformer> MappingUtils.getItemTransformers(Item item, List<Implementation> transformers) Method parameters in org.apache.syncope.core.provisioning.java.utils with type arguments of type ItemModifier and TypeMethodDescriptionstatic OperationOptionsMappingUtils.buildOperationOptions(Stream<Item> items, String... moreAttrsToGet) Build options for requesting all mapped connector attributes.MappingUtils.getInboundItems(Stream<Item> items) MappingUtils.getPropagationItems(Stream<Item> items) -
Uses of Item in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type ItemModifier and TypeMethodDescriptionDateToDateItemTransformer.beforePropagation(Item item, Any any, AttrSchemaType schemaType, List<PlainAttrValue> values) DateToLongItemTransformer.beforePropagation(Item item, Any any, AttrSchemaType schemaType, List<PlainAttrValue> values)