Uses of Interface
org.apache.syncope.core.persistence.api.entity.JSONPlainAttr
-
-
Uses of JSONPlainAttr in org.apache.syncope.core.persistence.api.entity
Subinterfaces of JSONPlainAttr in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceJSONLAPlainAttrMethods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type JSONPlainAttr Modifier and Type Method Description List<? extends JSONPlainAttr<A>>JSONAttributable. getPlainAttrList()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type JSONPlainAttr Modifier and Type Method Description booleanJSONAttributable. add(JSONPlainAttr<A> attr) -
Uses of JSONPlainAttr in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type JSONPlainAttr Modifier and Type Method Description protected abstract List<? extends JSONPlainAttr<A>>JPAJSONEntityListener. getAttrs(String plainAttrsJSON) -
Uses of JSONPlainAttr in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement JSONPlainAttr Modifier and Type Class Description classJPAJSONAPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return types with arguments of type JSONPlainAttr Modifier and Type Method Description protected List<? extends JSONPlainAttr<AnyObject>>JPAJSONAnyObjectListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type JSONPlainAttr Modifier and Type Method Description booleanJPAJSONAnyObject. add(JSONPlainAttr<AnyObject> attr) -
Uses of JSONPlainAttr in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement JSONPlainAttr Modifier and Type Class Description classJPAJSONGPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type JSONPlainAttr Modifier and Type Method Description protected List<? extends JSONPlainAttr<Group>>JPAJSONGroupListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type JSONPlainAttr Modifier and Type Method Description booleanJPAJSONGroup. add(JSONPlainAttr<Group> attr) -
Uses of JSONPlainAttr in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement JSONPlainAttr Modifier and Type Class Description classJPAJSONLAPlainAttrclassJPAJSONUPlainAttrMethods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type JSONPlainAttr Modifier and Type Method Description protected List<? extends JSONPlainAttr<User>>JPAJSONUserListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type JSONPlainAttr Modifier and Type Method Description booleanJPAJSONLinkedAccount. add(JSONPlainAttr<User> attr)booleanJPAJSONUser. add(JSONPlainAttr<User> attr)
-