Uses of Class
org.apache.syncope.common.lib.to.Item
-
-
Uses of Item in org.apache.syncope.client.console.widgets
Constructors in org.apache.syncope.client.console.widgets with parameters of type Item Constructor Description ItemTransformerWidget(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 Item Modifier and Type Field Description protected Item
ItemTransformersTogglePanel. item
Fields in org.apache.syncope.client.console.wizards.mapping with type parameters of type Item Modifier and Type Field Description protected static Comparator<Item>
AbstractMappingPanel. ITEM_COMPARATOR
protected ListView<Item>
AbstractMappingPanel. mappings
All mappings.Methods in org.apache.syncope.client.console.wizards.mapping with parameters of type Item Modifier and Type Method Description ItemTransformersTogglePanel
ItemTransformersTogglePanel. setItem(AjaxRequestTarget target, Item item)
JEXLTransformersTogglePanel
JEXLTransformersTogglePanel. setItem(AjaxRequestTarget target, Item item)
Constructor parameters in org.apache.syncope.client.console.wizards.mapping with type arguments of type Item Constructor Description AbstractMappingPanel(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 Modifier and Type Method Description List<Item>
ResourceProvision. getItems()
-
Uses of Item in org.apache.syncope.common.lib.scim
Subclasses of Item in org.apache.syncope.common.lib.scim Modifier and Type Class Description class
SCIMItem
-
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 Item Modifier and Type Method Description Optional<Item>
ItemContainer. getConnObjectKeyItem()
List<Item>
AttrRepoTO. getItems()
List<Item>
AuthModuleTO. getItems()
List<Item>
ItemContainer. getItems()
List<Item>
Mapping. getLinkingItems()
Methods in org.apache.syncope.common.lib.to with parameters of type Item Modifier and Type Method Description boolean
ItemContainer. add(Item item)
protected boolean
ItemContainer. addConnObjectKeyItem(Item connObjectItem)
boolean
ItemContainer. setConnObjectKeyItem(Item connObjectKeyItem)
-
Uses of Item in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type Item Modifier and Type Method Description protected ConnObject
ReconciliationLogic. getOnSyncope(Item connObjectKeyItem, String connObjectKeyValue, Boolean suspended, Set<Attribute> attrs)
protected ConnObject
ReconciliationLogic. getOnSyncope(Any<?> any, Item connObjectKeyItem, ExternalResource resource, Provision provision)
protected ConnObject
ReconciliationLogic. 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 Item Modifier and Type Method Description List<String>
OIDCUserManager. 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 Item Modifier and Type Method Description protected 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 Item Modifier and Type Method Description default Item
VirSchema. asLinkingMappingItem()
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type Item Modifier and Type Method Description Optional<Item>
OIDCC4UIProvider. getConnObjectKeyItem()
Optional<Item>
SAML2SP4UIIdP. getConnObjectKeyItem()
List<Item>
OIDCC4UIProvider. getItems()
List<Item>
SAML2SP4UIIdP. getItems()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Item Modifier and Type Method Description void
OIDCC4UIProvider. setConnObjectKeyItem(Item item)
void
SAML2SP4UIIdP. 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 Modifier and Type Method Description List<Item>
AttrRepo. getItems()
List<Item>
AuthModule. getItems()
-
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 Item Modifier and Type Method Description Optional<Item>
JPAOIDCC4UIProvider. getConnObjectKeyItem()
Optional<Item>
JPASAML2SP4UIIdP. getConnObjectKeyItem()
List<Item>
JPAOIDCC4UIProvider. getItems()
List<Item>
JPASAML2SP4UIIdP. getItems()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Item Modifier and Type Method Description void
JPAOIDCC4UIProvider. setConnObjectKeyItem(Item item)
void
JPASAML2SP4UIIdP. 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 Item Modifier and Type Field Description protected static TypeReference<List<Item>>
JPAAttrRepo. TYPEREF
protected static TypeReference<List<Item>>
JPAAuthModule. TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type Item Modifier and Type Method Description List<Item>
JPAAttrRepo. getItems()
List<Item>
JPAAuthModule. getItems()
-
Uses of Item in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type Item Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
MappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
Get attribute values for the givenItem
and any object.Pair<String,Attribute>
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.void
MappingManager. setIntValues(Item orgUnitItem, Attribute attr, RealmTO realmTO)
Set attribute values, according to the givenItem
, to realm from attribute received from connector.<T extends AnyTO>
voidMappingManager. setIntValues(Item mapItem, 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 Item Modifier and Type Method Description default 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 List<Object>
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 Item Modifier and Type Method Description PropagationTaskInfo
PropagationManager. 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 Item Modifier and Type Method Description protected String
DefaultMappingManager. getIntValue(Realm realm, Item orgUnitItem)
Pair<AttrSchemaType,List<PlainAttrValue>>
DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
protected List<Implementation>
DefaultMappingManager. getTransformers(Item item)
Pair<String,Attribute>
DefaultMappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)
void
DefaultMappingManager. setIntValues(Item mapItem, Attribute attr, AnyTO anyTO)
void
DefaultMappingManager. 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 Item Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
JEXLItemTransformerImpl. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)
List<Object>
JEXLItemTransformerImpl. beforePull(Item item, EntityTO entityTO, List<Object> values)
Method parameters in org.apache.syncope.core.provisioning.java.data with type arguments of type Item Modifier and Type Method Description protected void
ResourceDataBinderImpl. 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 Item Modifier and Type Method Description PropagationTaskInfo
DefaultPropagationManager. 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 Item Modifier and Type Method Description protected List<Implementation>
InboundMatcher. getTransformers(Item item)
List<ConnectorObject>
OutboundMatcher. match(Connector connector, Any<?> any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Item... linkingItems)
List<PullMatch>
InboundMatcher. matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, boolean ignoreCaseMatch, ExternalResource resource)
Optional<ConnectorObject>
OutboundMatcher. matchByConnObjectKeyValue(Connector connector, Item connObjectKeyItem, String connObjectKeyValue, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Optional<Collection<Item>> linkingItems)
Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type Item Modifier and Type Method Description protected ConnectorObject
DefaultRealmPushResultHandler. 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 Item Modifier and Type Method Description static Optional<Item>
MappingUtils. getConnObjectKeyItem(Provision provision)
static Stream<Item>
MappingUtils. getPropagationItems(Stream<Item> items)
static Stream<Item>
MappingUtils. getPullItems(Stream<Item> items)
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type Item Modifier and Type Method Description static List<ItemTransformer>
MappingUtils. getItemTransformers(Item item, List<Implementation> transformers)
Method parameters in org.apache.syncope.core.provisioning.java.utils with type arguments of type Item Modifier and Type Method Description static OperationOptions
MappingUtils. buildOperationOptions(Stream<Item> items, String... moreAttrsToGet)
Build options for requesting all mapped connector attributes.static Stream<Item>
MappingUtils. getPropagationItems(Stream<Item> items)
static Stream<Item>
MappingUtils. getPullItems(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 Item Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
DateToDateItemTransformer. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)
Pair<AttrSchemaType,List<PlainAttrValue>>
DateToLongItemTransformer. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)
-