Uses of Interface
org.apache.syncope.core.persistence.api.entity.PlainSchema
-
-
Uses of PlainSchema in org.apache.syncope.core.persistence.api.attrvalue.validation
Methods in org.apache.syncope.core.persistence.api.attrvalue.validation with parameters of type PlainSchema Modifier and Type Method Description voidPlainAttrValidationManager. validate(PlainSchema schema, String value, PlainAttrValue attrValue)voidPlainAttrValueValidator. validate(PlainSchema schema, String value, PlainAttrValue attrValue) -
Uses of PlainSchema in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PlainSchema Modifier and Type Method Description List<PlainSchema>PlainSchemaDAO. findByValidator(Implementation validator)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type PlainSchema Modifier and Type Method Description <T extends PlainAttr<?>>
List<T>PlainSchemaDAO. findAttrs(PlainSchema schema, Class<T> reference)Optional<A>AnyDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)List<A>AnyDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByPlainAttrValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)<T extends PlainAttr<?>>
booleanPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference) -
Uses of PlainSchema in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PlainSchema Modifier and Type Method Description PlainSchemaPlainAttr. getSchema()PlainSchemaPlainAttrUniqueValue. getSchema()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type PlainSchema Modifier and Type Method Description List<? extends PlainSchema>AnyTypeClass. getPlainSchemas()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PlainSchema Modifier and Type Method Description booleanAnyTypeClass. add(PlainSchema schema)voidAnyUtils. addAttr(PlainAttrValidationManager validator, String key, PlainSchema schema, String value)StringPlainAttrValue. getValueAsString(PlainSchema schema)voidPlainAttrValue. parseValue(PlainSchema schema, String value)voidAnyUtils. removeAttr(String key, PlainSchema schema)voidPlainAttr. setSchema(PlainSchema schema)voidPlainAttrUniqueValue. setSchema(PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.attrvalue.validation
Methods in org.apache.syncope.core.persistence.jpa.attrvalue.validation with parameters of type PlainSchema Modifier and Type Method Description protected 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 PlainSchema in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return PlainSchema Modifier and Type Method Description PlainSchemaJPAPlainSchemaDAO. find(String key)PlainSchemaJPAPlainSchemaDAO. save(PlainSchema schema)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PlainSchema Modifier and Type Method Description protected Triple<PlainSchema,PlainAttrValue,AnyCond>AbstractAnySearchDAO. check(AnyCond cond, AnyTypeKind kind)protected Pair<PlainSchema,PlainAttrValue>AbstractAnySearchDAO. check(AttrCond cond, AnyTypeKind kind)List<PlainSchema>JPAPlainSchemaDAO. findAll()List<PlainSchema>JPAPlainSchemaDAO. findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses)List<PlainSchema>JPAPlainSchemaDAO. findByKeyword(String keyword)List<PlainSchema>JPAPlainSchemaDAO. findByValidator(Implementation validator)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type PlainSchema Modifier and Type Method Description protected StringMaJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringMyJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringOJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringPGJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected voidJPAPlainSchemaDAO. deleteAttrs(PlainSchema schema)protected AnySearchNode.LeafMyJPAJSONAnySearchDAO. filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters)protected AnySearchNode.LeafOJPAJSONAnySearchDAO. filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters)protected AnySearchNode.LeafPGJPAJSONAnySearchDAO. filJSONAttrQuery(SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond)protected AnySearchNode.LeafJPAAnySearchDAO. fillAttrQuery(String column, SearchSupport.SearchView from, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond, boolean not, List<Object> parameters)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. fillAttrQuery(PlainSchema schema, PlainAttrValue attrValue, AttrCond cond)<T extends PlainAttr<?>>
List<T>JPAPlainSchemaDAO. findAttrs(PlainSchema schema, Class<T> reference)Optional<A>AbstractAnyDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<AnyObject>JPAJSONAnyObjectDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<Group>JPAJSONGroupDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<User>JPAJSONUserDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)List<A>AbstractAnyDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)List<AnyObject>JPAJSONAnyObjectDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)List<Group>JPAJSONGroupDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)List<User>JPAJSONUserDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected ObjectOJPAJSONAnyDAO. getAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)<T extends PlainAttr<?>>
booleanJPAPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)<T extends PlainAttr<?>>
booleanMaJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)<T extends PlainAttr<?>>
booleanMyJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)<T extends PlainAttr<?>>
booleanOJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)<T extends PlainAttr<?>>
booleanPGJPAJSONPlainSchemaDAO. hasAttrs(PlainSchema schema, Class<T> reference)protected booleanJPAAnyMatchDAO. matches(List<? extends PlainAttrValue> anyAttrValues, PlainAttrValue attrValue, PlainSchema schema, AttrCond cond)protected voidJPAAnySearchDAO. parseOrderByForPlainSchema(SearchSupport svs, OrderBySupport obs, OrderBySupport.Item item, OrderByClause clause, PlainSchema schema, String fieldName)protected voidMaJPAJSONAnySearchDAO. parseOrderByForPlainSchema(SearchSupport svs, OrderBySupport obs, OrderBySupport.Item item, OrderByClause clause, PlainSchema schema, String fieldName)protected voidMyJPAJSONAnySearchDAO. parseOrderByForPlainSchema(SearchSupport svs, OrderBySupport obs, OrderBySupport.Item item, OrderByClause clause, PlainSchema schema, String fieldName)protected voidOJPAJSONAnySearchDAO. parseOrderByForPlainSchema(SearchSupport svs, OrderBySupport obs, OrderBySupport.Item item, OrderByClause clause, PlainSchema schema, String fieldName)protected voidPGJPAJSONAnySearchDAO. parseOrderByForPlainSchema(SearchSupport svs, OrderBySupport obs, OrderBySupport.Item item, OrderByClause clause, PlainSchema schema, String fieldName)protected StringMaJPAJSONAnyDAO. plainAttrQuery(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch, List<Object> queryParams)PlainSchemaJPAPlainSchemaDAO. save(PlainSchema schema)Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type PlainSchema Modifier and Type Method Description protected AnySearchNodeJPAAnySearchDAO. getQuery(AttrCond cond, boolean not, Pair<PlainSchema,PlainAttrValue> checked, List<Object> parameters, SearchSupport svs)protected AnySearchNodeMaJPAJSONAnySearchDAO. getQuery(AttrCond cond, boolean not, Pair<PlainSchema,PlainAttrValue> checked, List<Object> parameters, SearchSupport svs)protected AnySearchNodeMyJPAJSONAnySearchDAO. getQuery(AttrCond cond, boolean not, Pair<PlainSchema,PlainAttrValue> checked, List<Object> parameters, SearchSupport svs)protected AnySearchNodeOJPAJSONAnySearchDAO. getQuery(AttrCond cond, boolean not, Pair<PlainSchema,PlainAttrValue> checked, List<Object> parameters, SearchSupport svs)protected AnySearchNodePGJPAJSONAnySearchDAO. getQuery(AttrCond cond, boolean not, Pair<PlainSchema,PlainAttrValue> checked, List<Object> parameters, SearchSupport svs) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement PlainSchema Modifier and Type Class Description classJPAPlainSchemaMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type PlainSchema Modifier and Type Method Description List<? extends PlainSchema>JPAAnyTypeClass. getPlainSchemas()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type PlainSchema Modifier and Type Method Description booleanJPAAnyTypeClass. add(PlainSchema schema)voidJPAAnyUtils. addAttr(PlainAttrValidationManager validator, String key, PlainSchema schema, String value)protected StringAbstractPlainAttrValue. getSecretKey(PlainSchema schema)StringAbstractPlainAttrValue. getValueAsString(PlainSchema schema)voidAbstractPlainAttrValue. parseValue(PlainSchema schema, String value)voidJPAAnyUtils. removeAttr(String key, PlainSchema schema)voidAbstractPlainAttr. setSchema(PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.entity.anyobject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return PlainSchema Modifier and Type Method Description PlainSchemaJPAAPlainAttrUniqueValue. getSchema()PlainSchemaJPAJSONAPlainAttrUniqueValue. getSchema()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type PlainSchema Modifier and Type Method Description voidJPAAPlainAttrUniqueValue. setSchema(PlainSchema schema)voidJPAJSONAPlainAttr. setSchema(PlainSchema schema)voidJPAJSONAPlainAttrUniqueValue. setSchema(PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.entity.group
Methods in org.apache.syncope.core.persistence.jpa.entity.group that return PlainSchema Modifier and Type Method Description PlainSchemaJPAGPlainAttrUniqueValue. getSchema()PlainSchemaJPAJSONGPlainAttrUniqueValue. getSchema()Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type PlainSchema Modifier and Type Method Description voidJPAGPlainAttrUniqueValue. setSchema(PlainSchema schema)voidJPAJSONGPlainAttr. setSchema(PlainSchema schema)voidJPAJSONGPlainAttrUniqueValue. setSchema(PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return PlainSchema Modifier and Type Method Description PlainSchemaJPAJSONLAPlainAttrUniqueValue. getSchema()PlainSchemaJPAJSONUPlainAttrUniqueValue. getSchema()PlainSchemaJPALAPlainAttrUniqueValue. getSchema()PlainSchemaJPAUPlainAttrUniqueValue. getSchema()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type PlainSchema Modifier and Type Method Description voidJPAJSONLAPlainAttr. setSchema(PlainSchema schema)voidJPAJSONLAPlainAttrUniqueValue. setSchema(PlainSchema schema)voidJPAJSONUPlainAttr. setSchema(PlainSchema schema)voidJPAJSONUPlainAttrUniqueValue. setSchema(PlainSchema schema)voidJPALAPlainAttrUniqueValue. setSchema(PlainSchema schema)voidJPAUPlainAttrUniqueValue. setSchema(PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type PlainSchema Modifier and Type Method Description booleanPlainSchemaValidator. isValid(PlainSchema schema, javax.validation.ConstraintValidatorContext context) -
Uses of PlainSchema in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return PlainSchema Modifier and Type Method Description PlainSchemaSchemaDataBinder. create(PlainSchemaTO schemaTO)PlainSchemaSchemaDataBinder. update(PlainSchemaTO schemaTO, PlainSchema schema)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type PlainSchema Modifier and Type Method Description PlainSchemaSchemaDataBinder. update(PlainSchemaTO schemaTO, PlainSchema schema) -
Uses of PlainSchema in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return PlainSchema Modifier and Type Method Description PlainSchemaSchemaDataBinderImpl. create(PlainSchemaTO schemaTO)protected PlainSchemaSchemaDataBinderImpl. fill(PlainSchema schema, PlainSchemaTO schemaTO)PlainSchemaSchemaDataBinderImpl. update(PlainSchemaTO schemaTO, PlainSchema schema)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type PlainSchema Modifier and Type Method Description protected PlainSchemaSchemaDataBinderImpl. fill(PlainSchema schema, PlainSchemaTO schemaTO)PlainSchemaSchemaDataBinderImpl. update(PlainSchemaTO schemaTO, PlainSchema schema)
-