Interface UPlainAttr
-
- All Superinterfaces:
Entity
,GroupablePlainAttr<User,UMembership>
,PlainAttr<User>
,Serializable
- All Known Implementing Classes:
JPAJSONUPlainAttr
,JPAUPlainAttr
public interface UPlainAttr extends GroupablePlainAttr<User,UMembership>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UPlainAttrUniqueValue
getUniqueValue()
List<? extends UPlainAttrValue>
getValues()
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.GroupablePlainAttr
getMembership, setMembership
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-
-
-
Method Detail
-
getValues
List<? extends UPlainAttrValue> getValues()
-
getUniqueValue
UPlainAttrUniqueValue getUniqueValue()
- Specified by:
getUniqueValue
in interfacePlainAttr<User>
-
-