Uses of Interface
org.apache.syncope.core.persistence.api.entity.Any
-
-
Uses of Any in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return Any Modifier and Type Method Description protected Any<?>
ReconciliationLogic. getAny(Provision provision, AnyTypeKind anyTypeKind, String anyKey)
Methods in org.apache.syncope.core.logic with parameters of type Any Modifier and Type Method Description protected ConnObject
ReconciliationLogic. getOnSyncope(Any<?> any, Item connObjectKeyItem, ExternalResource resource, Provision provision)
-
Uses of Any in org.apache.syncope.core.persistence.api.dao
Classes in org.apache.syncope.core.persistence.api.dao with type parameters of type Any Modifier and Type Interface Description interface
AnyDAO<A extends Any<?>>
Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type Any Modifier and Type Method Description <A extends Any<?>>
voidJPAJSONAnyDAO. checkBeforeSave(String table, AnyUtils anyUtils, A any)
<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByDerAttrValue(String table, AnyUtils anyUtils, DerSchema schema, String value, boolean ignoreCaseMatch)
<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)
<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByPlainAttrValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
<T extends Any<?>>
booleanAnyMatchDAO. matches(T any, SearchCond cond)
Verify if any matches the given search condition.<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, AnyTypeKind kind)
<T extends Any<?>>
List<T>AnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Any Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>
AnyObjectDAO. findAllRelationships(AnyObject anyObject)
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Any Modifier and Type Method Description void
DynRealmDAO. refreshDynMemberships(Any<?> any)
-
Uses of Any in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity with type parameters of type Any Modifier and Type Interface Description interface
DynGroupMembership<A extends Any<?>>
interface
DynMembership<A extends Any<?>>
interface
GroupablePlainAttr<A extends Any<?>,M extends Membership<A>>
interface
GroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
interface
GroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
interface
JSONAttributable<A extends Any<?>>
interface
JSONPlainAttr<A extends Any<?>>
interface
Membership<L extends Any<?>>
interface
PlainAttr<A extends Any<?>>
interface
Relationship<L extends Any<?>,R extends Any<?>>
interface
Relationship<L extends Any<?>,R extends Any<?>>
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interface
GroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type Any Modifier and Type Method Description <T extends Any<?>>
Class<T>AnyUtils. anyClass()
<A extends Any<?>>
AnyDAO<A>AnyUtils. dao()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Any Modifier and Type Method Description Set<ExternalResource>
AnyUtils. getAllResources(Any<?> any)
AnyUtils
AnyUtilsFactory. getInstance(Any<?> any)
-
Uses of Any in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interface
AnyObject
-
Uses of Any in org.apache.syncope.core.persistence.api.entity.group
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.group Modifier and Type Interface Description interface
Group
-
Uses of Any in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interface
User
-
Uses of Any in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Any Modifier and Type Class Description class
AbstractAnyDAO<A extends Any<?>>
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Any Modifier and Type Method Description protected <T extends Any<?>>
List<T>AbstractAnySearchDAO. buildResult(List<Object> raw, AnyTypeKind kind)
protected abstract <T extends Any<?>>
List<T>AbstractAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>ElasticsearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>JPAAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
protected <T extends Any<?>>
List<T>OpenSearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Any<?>>
booleanJPAAnyMatchDAO. matches(T any, SearchCond cond)
Verify if any matches the given search condition.<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, AnyTypeKind kind)
<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Any Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>
JPAAnyObjectDAO. findAllRelationships(AnyObject anyObject)
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Any Modifier and Type Method Description protected boolean
JPAAnyMatchDAO. matches(Any<?> any, AnyCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. matches(Any<?> any, AnyTypeCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. matches(Any<?> any, AttrCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. matches(Any<?> any, DynRealmCond cond, boolean not)
protected boolean
JPAAnyMatchDAO. matches(Any<?> any, ResourceCond cond, boolean not)
void
JPADynRealmDAO. refreshDynMemberships(Any<?> any)
-
Uses of Any in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Any Modifier and Type Class Description class
AbstractDynMembership<A extends Any<?>>
class
AbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
class
AbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
class
AbstractPlainAttr<O extends Any<?>>
class
JPAJSONEntityListener<A extends Any<?>>
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Any Modifier and Type Class Description class
AbstractAny<P extends PlainAttr<?>>
class
AbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Any Modifier and Type Method Description <T extends Any<?>>
Class<T>JPAAnyUtils. anyClass()
<A extends Any<?>>
AnyDAO<A>JPAAnyUtils. dao()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Any Modifier and Type Method Description Set<ExternalResource>
JPAAnyUtils. getAllResources(Any<?> any)
AnyUtils
JPAAnyUtilsFactory. getInstance(Any<?> any)
-
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Any Modifier and Type Class Description class
JPAAnyObject
class
JPAJSONAnyObject
-
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement Any Modifier and Type Class Description class
JPAGroup
class
JPAJSONGroup
-
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Any Modifier and Type Class Description class
JPAJSONUser
class
JPAUser
-
Uses of Any in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Any Modifier and Type Method Description boolean
AnyValidator. isValid(Any any, javax.validation.ConstraintValidatorContext context)
-
Uses of Any in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type Any Modifier and Type Method Description Optional<String>
MappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)
Get connObjectKey internal value.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.String
DerAttrHandler. getValue(Any<?> any, DerSchema schema)
Calculates derived attribute value associated to the given any, for the given derived schema.String
DerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)
Calculates derived attribute value associated to the given any, for the given membership and derived schema.Map<DerSchema,String>
DerAttrHandler. getValues(Any<?> any)
Calculates derived attributes values associated to the given any.Map<VirSchema,List<String>>
VirAttrHandler. getValues(Any<?> any)
Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchema
instances in theAnyTypeClass
associated to the given any, with no membership.Map<VirSchema,List<String>>
VirAttrHandler. getValues(Any<?> any, Membership<?> membership)
Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchema
instances in theAnyTypeClass
associated to the given any, for the given membership.List<String>
VirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)
Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, for the given membership.List<String>
VirAttrHandler. getValues(Any<?> any, VirSchema schema)
Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, not related to any membership.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.Pair<String,Set<Attribute>>
MappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)
Prepare attributes for sending to a connector instance.void
VirAttrHandler. setValues(Any<?> any, ConnectorObject connObj)
Updates cache with values from external resource. -
Uses of Any in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Any 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. -
Uses of Any in org.apache.syncope.core.provisioning.api.jexl
Methods in org.apache.syncope.core.provisioning.api.jexl with parameters of type Any Modifier and Type Method Description static void
JexlUtils. addDerAttrsToContext(Any<?> any, DerAttrHandler derAttrHandler, JexlContext jexlContext)
static boolean
JexlUtils. evaluateMandatoryCondition(String mandatoryCondition, Any<?> any, DerAttrHandler derAttrHandler)
-
Uses of Any in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type Any Modifier and Type Method Description Set<String>
RecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars)
-
Uses of Any in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type Any 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 Any in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type Any Modifier and Type Method Description List<ProvisioningReport>
SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)
-
Uses of Any in org.apache.syncope.core.provisioning.api.pushpull.stream
Method parameters in org.apache.syncope.core.provisioning.api.pushpull.stream with type arguments of type Any Modifier and Type Method Description List<ProvisioningReport>
SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-
Uses of Any in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return Any Modifier and Type Method Description Any<?>
PullMatch. getAny()
Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type Any Modifier and Type Method Description Filter
PushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)
Returns a filter to match the given any with a connector object on the external resource identified by the given provision.default PullMatch
PullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision)
-
Uses of Any in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type Any Modifier and Type Method Description protected Name
DefaultMappingManager. evaluateNAME(Any<?> any, Provision provision, String connObjectKey)
Build __NAME__ for propagation.Optional<String>
DefaultMappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)
protected String
DefaultMappingManager. getGroupOwnerValue(ExternalResource resource, Provision provision, Any<?> any)
Pair<AttrSchemaType,List<PlainAttrValue>>
DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
String
DefaultDerAttrHandler. getValue(Any<?> any, DerSchema schema)
String
DefaultDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)
Map<DerSchema,String>
DefaultDerAttrHandler. getValues(Any<?> any)
protected static Map<DerSchema,String>
DefaultDerAttrHandler. getValues(Any<?> any, Set<DerSchema> schemas)
Map<VirSchema,List<String>>
DefaultVirAttrHandler. getValues(Any<?> any)
protected Map<VirSchema,List<String>>
DefaultVirAttrHandler. getValues(Any<?> any, Set<VirSchema> schemas)
Map<VirSchema,List<String>>
DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership)
List<String>
DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)
List<String>
DefaultVirAttrHandler. getValues(Any<?> any, VirSchema schema)
Pair<String,Attribute>
DefaultMappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)
Pair<String,Set<Attribute>>
DefaultMappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)
void
DefaultVirAttrHandler. setValues(Any<?> any, ConnectorObject connObj)
-
Uses of Any in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Any Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
JEXLItemTransformerImpl. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)
protected AttrSchemaType
JEXLItemTransformerImpl. beforePropagation(Any<?> any, AttrSchemaType schemaType, PlainAttrValue value)
-
Uses of Any in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type Any Modifier and Type Method Description protected NotificationTask
DefaultNotificationManager. getNotificationTask(Notification notification, Any<?> any, Map<String,Object> jexlVars)
Create a notification task. -
Uses of Any in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type Any Modifier and Type Method Description protected List<PropagationTaskInfo>
DefaultPropagationManager. createTasks(Any<?> any, String password, List<String> changePwdRes, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs)
Create propagation tasks.protected List<PropagationTaskInfo>
DefaultPropagationManager. getCreateTasks(Any<?> any, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
protected List<PropagationTaskInfo>
DefaultPropagationManager. getDeleteTasks(Any<?> any, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<String> excludedResources)
protected List<PropagationTaskInfo>
DefaultPropagationManager. getUpdateTasks(AnyUR anyUR, Any<?> any, String password, List<String> changePwdRes, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
PropagationTaskInfo
DefaultPropagationManager. newTask(DerAttrHandler derAttrHandler, Any<?> any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String,Set<Attribute>> preparedAttrs)
-
Uses of Any in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type Any Modifier and Type Method Description protected void
AbstractPushResultHandler. assign(Any<?> any, Boolean enabled, ProvisioningReport result)
protected void
AbstractPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)
protected void
DefaultUserPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)
protected void
AbstractPushResultHandler. doHandle(Any<?> any, Provision provision)
protected abstract AnyTO
AbstractSyncopeResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultAnyObjectPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultAnyObjectPushResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultGroupPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultGroupPushResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultUserPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultUserPushResultHandler. getAnyTO(Any<?> any)
Filter
DefaultPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)
protected abstract String
AbstractPushResultHandler. getName(Any<?> any)
protected String
DefaultAnyObjectPushResultHandler. getName(Any<?> any)
protected String
DefaultGroupPushResultHandler. getName(Any<?> any)
protected String
DefaultUserPushResultHandler. getName(Any<?> any)
protected void
AbstractPushResultHandler. link(Any<?> any, boolean unlink, ProvisioningReport result)
List<ConnectorObject>
OutboundMatcher. match(Connector connector, Any<?> any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Item... linkingItems)
protected void
AbstractPushResultHandler. provision(Any<?> any, Boolean enable, ProvisioningReport result)
protected void
DefaultUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)
List<ProvisioningReport>
SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)
protected void
AbstractPushResultHandler. unassign(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)
protected void
AbstractPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)
protected void
DefaultUserPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)
Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type Any Modifier and Type Method Description protected boolean
PushJobDelegate. doHandle(List<? extends Any<?>> anys, PushResultHandlerDispatcher dispatcher, ExternalResource resource)
-
Uses of Any in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type Any Modifier and Type Method Description protected void
StreamAnyObjectPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)
protected void
StreamGroupPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)
protected void
StreamUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)
Method parameters in org.apache.syncope.core.provisioning.java.pushpull.stream with type arguments of type Any Modifier and Type Method Description List<ProvisioningReport>
StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-
Uses of Any in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type Any Modifier and Type Method Description protected void
AbstractWorkflowAdapter. metadata(Any<?> any, String who, String context)
-
Uses of Any in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type Any Modifier and Type Method Description Map<String,Object>
ElasticsearchUtils. document(Any<?> any)
Returns the document specialized with content from the provided any. -
Uses of Any in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type Any Modifier and Type Method Description Map<String,Object>
OpenSearchUtils. document(Any<?> any)
Returns the document specialized with content from the provided any. -
Uses of Any in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type Any 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)
Filter
DummyPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)
PullMatch
LinkedAccountSamplePullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision)
Set<String>
TestNotificationRecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars)
-