Uses of Interface
org.apache.syncope.core.persistence.api.entity.user.LAPlainAttr
-
-
Uses of LAPlainAttr in org.apache.syncope.core.persistence.api.entity
Subinterfaces of LAPlainAttr in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceJSONLAPlainAttr -
Uses of LAPlainAttr in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return LAPlainAttr Modifier and Type Method Description LAPlainAttrLAPlainAttrUniqueValue. getAttr()LAPlainAttrLAPlainAttrValue. getAttr() -
Uses of LAPlainAttr in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement LAPlainAttr Modifier and Type Class Description classJPAJSONLAPlainAttrclassJPALAPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.user that return LAPlainAttr Modifier and Type Method Description LAPlainAttrJPAJSONLAPlainAttrUniqueValue. getAttr()LAPlainAttrJPAJSONLAPlainAttrValue. getAttr()LAPlainAttrJPALAPlainAttrUniqueValue. getAttr()LAPlainAttrJPALAPlainAttrValue. getAttr()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type LAPlainAttr Modifier and Type Method Description Optional<? extends LAPlainAttr>JPAJSONLinkedAccount. getPlainAttr(String plainSchema)Optional<? extends LAPlainAttr>JPALinkedAccount. getPlainAttr(String plainSchema)List<? extends LAPlainAttr>JPAJSONLinkedAccount. getPlainAttrs()List<? extends LAPlainAttr>JPALinkedAccount. getPlainAttrs()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type LAPlainAttr Modifier and Type Method Description booleanJPAJSONLinkedAccount. add(LAPlainAttr attr)booleanJPALinkedAccount. add(LAPlainAttr attr)booleanJPAJSONLinkedAccount. remove(LAPlainAttr attr)booleanJPALinkedAccount. remove(LAPlainAttr attr) -
Uses of LAPlainAttr in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return types with arguments of type LAPlainAttr Modifier and Type Method Description Optional<? extends LAPlainAttr>DeletingLinkedAccount. getPlainAttr(String plainSchema)List<? extends LAPlainAttr>DeletingLinkedAccount. getPlainAttrs()Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type LAPlainAttr Modifier and Type Method Description booleanDeletingLinkedAccount. add(LAPlainAttr attr)booleanDeletingLinkedAccount. remove(LAPlainAttr attr)
-