Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.UPlainAttr
-
Packages that use UPlainAttr Package Description org.apache.syncope.core.persistence.api.entity.user org.apache.syncope.core.persistence.jpa.entity.user -
-
Uses of UPlainAttr in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return UPlainAttr Modifier and Type Method Description UPlainAttrUPlainAttrUniqueValue. getAttr()UPlainAttrUPlainAttrValue. getAttr() -
Uses of UPlainAttr in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement UPlainAttr Modifier and Type Class Description classJPAJSONUPlainAttrclassJPAUPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.user that return UPlainAttr Modifier and Type Method Description UPlainAttrJPAJSONUPlainAttrUniqueValue. getAttr()UPlainAttrJPAJSONUPlainAttrValue. getAttr()UPlainAttrJPAUPlainAttrUniqueValue. getAttr()UPlainAttrJPAUPlainAttrValue. getAttr()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type UPlainAttr Modifier and Type Method Description Optional<? extends UPlainAttr>JPAJSONUser. getPlainAttr(String plainSchema)Optional<? extends UPlainAttr>JPAJSONUser. getPlainAttr(String plainSchema, Membership<?> membership)List<? extends UPlainAttr>JPAJSONUser. getPlainAttrs()protected List<? extends UPlainAttr>JPAJSONUser. internalGetPlainAttrs()protected List<? extends UPlainAttr>JPAUser. internalGetPlainAttrs()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type UPlainAttr Modifier and Type Method Description booleanJPAJSONUser. add(UPlainAttr attr)booleanJPAUser. add(UPlainAttr attr)booleanJPAJSONUser. remove(UPlainAttr attr)
-