Interface PlainSchema
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Schema
,Serializable
- All Known Implementing Classes:
JPAPlainSchema
,Neo4jPlainSchema
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCipherAlgorithm
(CipherAlgorithm cipherAlgorithm) void
setConversionPattern
(String conversionPattern) void
setDropdownValueProvider
(Implementation dropdownValueProvider) void
setMandatoryCondition
(String condition) void
setMimeType
(String mimeType) void
setMultivalue
(boolean multivalue) void
setReadonly
(boolean readonly) void
setSecretKey
(String secretKey) void
setType
(AttrSchemaType type) void
setUniqueConstraint
(boolean uniquevalue) void
setValidator
(Implementation validator) Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Schema
getAnyTypeClass, getLabel, getLabels, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
-
Method Details
-
getCipherAlgorithm
CipherAlgorithm getCipherAlgorithm() -
setCipherAlgorithm
-
getConversionPattern
String getConversionPattern() -
setConversionPattern
-
getEnumValues
-
getDropdownValueProvider
Implementation getDropdownValueProvider() -
setDropdownValueProvider
-
getMimeType
String getMimeType() -
setMimeType
-
getSecretKey
String getSecretKey() -
setSecretKey
-
getValidator
Implementation getValidator() -
setValidator
-
setType
-
setMandatoryCondition
-
setMultivalue
void setMultivalue(boolean multivalue) -
setReadonly
void setReadonly(boolean readonly) -
setUniqueConstraint
void setUniqueConstraint(boolean uniquevalue)
-