Uses of Interface
org.apache.syncope.core.persistence.api.entity.PlainAttrUniqueValue
-
-
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type PlainAttrUniqueValue Modifier and Type Method Description Optional<A>AnyDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch) -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PlainAttrUniqueValue Modifier and Type Method Description PlainAttrUniqueValuePlainAttr. getUniqueValue()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PlainAttrUniqueValue Modifier and Type Method Description voidPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue) -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceAPlainAttrUniqueValue -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.group
Subinterfaces of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.group Modifier and Type Interface Description interfaceGPlainAttrUniqueValue -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of PlainAttrUniqueValue in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceLAPlainAttrUniqueValueinterfaceUPlainAttrUniqueValue -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type PlainAttrUniqueValue Modifier and Type Method Description Optional<A>AbstractAnyDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<AnyObject>JPAJSONAnyObjectDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<Group>JPAJSONGroupDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)Optional<User>JPAJSONUserDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch) -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement PlainAttrUniqueValue Modifier and Type Class Description classJPAAPlainAttrUniqueValueclassJPAJSONAPlainAttrUniqueValueMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type PlainAttrUniqueValue Modifier and Type Method Description voidJPAAPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)voidJPAJSONAPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue) -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement PlainAttrUniqueValue Modifier and Type Class Description classJPAGPlainAttrUniqueValueclassJPAJSONGPlainAttrUniqueValueMethods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type PlainAttrUniqueValue Modifier and Type Method Description voidJPAGPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)voidJPAJSONGPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue) -
Uses of PlainAttrUniqueValue in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement PlainAttrUniqueValue Modifier and Type Class Description classJPAJSONLAPlainAttrUniqueValueclassJPAJSONUPlainAttrUniqueValueclassJPALAPlainAttrUniqueValueclassJPAUPlainAttrUniqueValueMethods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type PlainAttrUniqueValue Modifier and Type Method Description voidJPAJSONLAPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)voidJPAJSONUPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)voidJPALAPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)voidJPAUPlainAttr. setUniqueValue(PlainAttrUniqueValue uniqueValue)
-