Interface JSONLAPlainAttr
-
- All Superinterfaces:
Entity
,JSONPlainAttr<User>
,LAPlainAttr
,PlainAttr<User>
,Serializable
- All Known Implementing Classes:
JPAJSONLAPlainAttr
public interface JSONLAPlainAttr extends JSONPlainAttr<User>, LAPlainAttr
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.JSONPlainAttr
add, getSchemaKey
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.user.LAPlainAttr
getAccount, setAccount
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getUniqueValue, getValues, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-