Uses of Class
org.apache.syncope.core.persistence.api.entity.PlainAttrValue
Packages that use PlainAttrValue
Package
Description
-
Uses of PlainAttrValue in org.apache.syncope.core.persistence.api.attrvalue
Methods in org.apache.syncope.core.persistence.api.attrvalue with parameters of type PlainAttrValueModifier and TypeMethodDescriptionvoidPlainAttrValidationManager.validate(PlainSchema schema, String value, PlainAttrValue attrValue) voidPlainAttrValueValidator.validate(PlainSchema schema, String value, PlainAttrValue attrValue) Constructors in org.apache.syncope.core.persistence.api.attrvalue with parameters of type PlainAttrValueModifierConstructorDescriptionInvalidPlainAttrValueException(PlainAttrValue value, Throwable cause) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionbooleanPlainSchemaDAO.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaDAO.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PlainAttrValueMethods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type PlainAttrValueMethods in org.apache.syncope.core.persistence.api.entity with parameters of type PlainAttrValueModifier and TypeMethodDescriptionvoidPlainAttr.add(PlainAttrValue attrValue) voidPlainAttr.setUniqueValue(PlainAttrValue uniqueValue) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.common.attrvalue
Methods in org.apache.syncope.core.persistence.common.attrvalue with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected abstract voidAbstractValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) protected voidAlwaysTrueValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) protected voidBasicValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) protected voidBinaryValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) protected voidEmailAddressValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) protected voidURLValidator.doValidate(PlainSchema schema, PlainAttrValue attrValue) voidAbstractValidator.validate(PlainSchema schema, String value, PlainAttrValue attrValue) voidDefaultPlainAttrValidationManager.validate(PlainSchema schema, String value, PlainAttrValue attrValue) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.common.dao
Methods in org.apache.syncope.core.persistence.common.dao that return PlainAttrValueModifier and TypeMethodDescriptionAbstractSearchDAO.CheckResult.value()Returns the value of thevaluerecord component.Methods in org.apache.syncope.core.persistence.common.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected booleanAbstractAnyMatchDAO.matches(List<PlainAttrValue> anyAttrValues, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond) Method parameters in org.apache.syncope.core.persistence.common.dao with type arguments of type PlainAttrValueModifier and TypeMethodDescriptionprotected booleanAbstractAnyMatchDAO.matches(List<PlainAttrValue> anyAttrValues, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond) Constructors in org.apache.syncope.core.persistence.common.dao with parameters of type PlainAttrValueModifierConstructorDescriptionCheckResult(PlainSchema schema, PlainAttrValue value, C cond) Creates an instance of aCheckResultrecord class. -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected booleanAttributableValidator.isValid(PlainAttrValue value, ConstraintValidatorContext context) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.elasticsearch.dao
Methods in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO.fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond) protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchRealmSearchDAO.fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected AnySearchNode.LeafMySQLJPAAnySearchDAO.filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters) protected RealmSearchNode.LeafMySQLJPARealmSearchDAO.filJSONAttrQuery(PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters) protected AnySearchNode.LeafOracleJPAAnySearchDAO.filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters) protected RealmSearchNode.LeafOracleJPARealmSearchDAO.filJSONAttrQuery(PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters) protected AnySearchNode.LeafPGJPAAnySearchDAO.filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not) protected RealmSearchNode.LeafPGJPARealmSearchDAO.filJSONAttrQuery(PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not) protected RealmSearchNode.LeafAbstractJPARealmSearchDAO.fillAttrQuery(String column, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type PlainAttrValueModifier and TypeMethodDescriptionbooleanMariaDBPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanMariaDBPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) booleanMySQLPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanMySQLPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) booleanOraclePlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanOraclePlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) booleanPGPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanPGPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaRepoExt.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaRepoExt.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected voidNeo4jAnySearchDAO.fillAttrQuery(org.apache.commons.text.TextStringBuilder query, PlainAttrValue attrValue, PlainSchema schema, AnyCond cond, boolean not, Map<String, Object> parameters) protected voidNeo4jAnySearchDAO.fillAttrQuery(org.apache.commons.text.TextStringBuilder query, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, Map<String, Object> parameters) protected voidNeo4jRealmSearchDAO.fillAttrQuery(org.apache.commons.text.TextStringBuilder query, PlainAttrValue attrValue, PlainSchema schema, AnyCond cond, boolean not, Map<String, Object> parameters) protected voidNeo4jRealmSearchDAO.fillAttrQuery(org.apache.commons.text.TextStringBuilder query, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, Map<String, Object> parameters) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type PlainAttrValueModifier and TypeMethodDescriptionbooleanPlainSchemaRepoExt.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaRepoExt.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(String realmKey, PlainSchema schema, PlainAttrValue attrValue) booleanPlainSchemaRepoExtImpl.existsPlainAttrUniqueValue(AnyUtils anyUtils, String anyKey, PlainSchema schema, PlainAttrValue attrValue) -
Uses of PlainAttrValue in org.apache.syncope.core.persistence.opensearch.dao
Methods in org.apache.syncope.core.persistence.opensearch.dao with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO.fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond) protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchRealmSearchDAO.fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond) -
Uses of PlainAttrValue in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type PlainAttrValueModifier and TypeMethodDescriptionMappingManager.IntValues.values()Returns the value of thevaluesrecord component.Constructor parameters in org.apache.syncope.core.provisioning.api with type arguments of type PlainAttrValueModifierConstructorDescriptionIntValues(AttrSchemaType attrSchemaType, List<PlainAttrValue> values) Creates an instance of aIntValuesrecord class. -
Uses of PlainAttrValue in org.apache.syncope.core.provisioning.api.data
Method parameters in org.apache.syncope.core.provisioning.api.data with type arguments of type PlainAttrValueModifier and TypeMethodDescriptiondefault MappingManager.IntValuesItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) Invoked while preparing attribute values to be sent out to external resource during propagation. -
Uses of PlainAttrValue in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return PlainAttrValueModifier and TypeMethodDescriptionprotected static PlainAttrValueDefaultMappingManager.clonePlainAttrValue(PlainAttrValue src) Methods in org.apache.syncope.core.provisioning.java with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected static PlainAttrValueDefaultMappingManager.clonePlainAttrValue(PlainAttrValue src) -
Uses of PlainAttrValue in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type PlainAttrValueModifier and TypeMethodDescriptionprotected AttrSchemaTypeJEXLItemTransformerImpl.beforePropagation(Attributable attributable, AttrSchemaType schemaType, PlainAttrValue value) Method parameters in org.apache.syncope.core.provisioning.java.data with type arguments of type PlainAttrValueModifier and TypeMethodDescriptionJEXLItemTransformerImpl.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) -
Uses of PlainAttrValue in org.apache.syncope.fit.core.reference
Method parameters in org.apache.syncope.fit.core.reference with type arguments of type PlainAttrValueModifier and TypeMethodDescriptionDateToDateItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) DateToLongItemTransformer.beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values)