-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Counts the number of instances for each type.
void
void
Checks if the calling user is authorized to access the Any Object matching the provided key, under the given
realm.
Methods inherited from interface org.apache.syncope.core.persistence.api.dao.AnyDAO
authFind, findAll, findAllowedSchemas, findAllResourceKeys, findByDerAttrValue, findByKeys, findByPlainAttrUniqueValue, findByPlainAttrValue, findByResourcesContaining, findDynRealms, findLastChange, getAllMatchingCond
-
Method Details
-
-
-
-
securityChecks
Checks if the calling user is authorized to access the Any Object matching the provided key, under the given
realm.
- Parameters:
authRealms
- realms for which the calling user owns entitlement(s) to check
key
- Any Object key
realm
- Any Object's realm full path
groups
- group the Any Object is member of
-
countByType
Counts the number of instances for each type.
The returned map is expected to be sorted on values.
- Returns:
- the number of instances for each type
-
-
-
-
-
-
-
-
-