Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.UPlainAttrValue
-
Packages that use UPlainAttrValue Package Description org.apache.syncope.core.persistence.api.entity.user org.apache.syncope.core.persistence.jpa.entity.user -
-
Uses of UPlainAttrValue in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return types with arguments of type UPlainAttrValue Modifier and Type Method Description List<? extends UPlainAttrValue>UPlainAttr. getValues() -
Uses of UPlainAttrValue in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement UPlainAttrValue Modifier and Type Class Description classJPAJSONUPlainAttrValueclassJPAUPlainAttrValueMethods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type UPlainAttrValue Modifier and Type Method Description List<? extends UPlainAttrValue>JPAJSONUPlainAttr. getValues()List<? extends UPlainAttrValue>JPAUPlainAttr. getValues()
-