Uses of Interface
org.apache.syncope.core.persistence.api.entity.AnyUtils
-
-
Uses of AnyUtils in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AnyUtils Modifier and Type Method Description <A extends Any<?>>
voidJPAJSONAnyDAO. checkBeforeSave(String table, AnyUtils anyUtils, A any)
void
PlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
Deletes and remove all values of the given attribute.<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByDerAttrValue(String table, AnyUtils anyUtils, DerSchema schema, String value, boolean ignoreCaseMatch)
<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)
<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByPlainAttrValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
-
Uses of AnyUtils in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyUtils Modifier and Type Method Description AnyUtils
AnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)
AnyUtils
AnyUtilsFactory. getInstance(Any<?> any)
AnyUtils
AnyUtilsFactory. getLinkedAccountInstance()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyUtils Modifier and Type Method Description void
PlainAttr. add(PlainAttrValidationManager validator, String value, AnyUtils anyUtils)
-
Uses of AnyUtils in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AnyUtils Modifier and Type Method Description protected AnyUtils
AbstractAnyDAO. anyUtils()
protected abstract AnyUtils
AbstractAnyDAO. init()
protected AnyUtils
JPAAnyObjectDAO. init()
protected AnyUtils
JPAGroupDAO. init()
protected AnyUtils
JPAUserDAO. init()
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyUtils Modifier and Type Method Description protected String
MaJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
protected String
MyJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
protected String
OJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
protected String
PGJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
void
JPAJSONPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
void
JPAPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
protected String
MaJPAJSONAnyDAO. plainAttrQuery(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch, List<Object> queryParams)
-
Uses of AnyUtils in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AnyUtils Modifier and Type Class Description class
JPAAnyUtils
Fields in org.apache.syncope.core.persistence.jpa.entity declared as AnyUtils Modifier and Type Field Description protected AnyUtils
JPAAnyUtilsFactory. linkedAccountInstance
Fields in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyUtils Modifier and Type Field Description protected Map<AnyTypeKind,AnyUtils>
JPAAnyUtilsFactory. instances
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyUtils Modifier and Type Method Description AnyUtils
JPAAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)
AnyUtils
JPAAnyUtilsFactory. getInstance(Any<?> any)
AnyUtils
JPAAnyUtilsFactory. getLinkedAccountInstance()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyUtils Modifier and Type Method Description void
AbstractPlainAttr. add(PlainAttrValidationManager validator, String value, AnyUtils anyUtils)
-
Uses of AnyUtils in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyUtils Modifier and Type Method Description protected void
UserDataBinderImpl. linkedAccount(User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues)
-
Uses of AnyUtils in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AnyUtils Modifier and Type Method Description protected abstract AnyUtils
AbstractSyncopeResultHandler. getAnyUtils()
protected AnyUtils
DefaultAnyObjectPullResultHandler. getAnyUtils()
protected AnyUtils
DefaultAnyObjectPushResultHandler. getAnyUtils()
protected AnyUtils
DefaultGroupPullResultHandler. getAnyUtils()
protected AnyUtils
DefaultGroupPushResultHandler. getAnyUtils()
protected AnyUtils
DefaultUserPullResultHandler. getAnyUtils()
protected AnyUtils
DefaultUserPushResultHandler. getAnyUtils()
-