Interface AnyObjectRepoExt
- All Superinterfaces:
AnyRepoExt<AnyObject>
- All Known Subinterfaces:
AnyObjectRepo
- All Known Implementing Classes:
AnyObjectRepoExtImpl
-
Field Summary
FieldsFields inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyRepoExt
REGEX_CHARS -
Method Summary
Modifier and TypeMethodDescriptioncountByRealm(AnyType anyType) voidvoiddeleteMembership(AMembership membership) findAllGroupKeys(AnyObject anyObject) findAllGroups(AnyObject anyObject) findAllRelationships(AnyObject anyObject) findAllResources(AnyObject anyObject) findByName(String name) findByName(String type, String name) findDynGroups(String key) findMembership(String key) <S extends AnyObject>
Ssave(S anyObject) saveAndGetDynGroupMembs(AnyObject anyObject) voidsecurityChecks(Set<String> authRealms, String key, String realm, Collection<String> groups) Methods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyRepoExt
authFind, deleteById, findAllowedSchemas, findAllResourceKeys, findByKeys, findByResourcesContaining, findDynRealms, findLastChange
-
Field Details
-
CACHE
- See Also:
-
-
Method Details
-
findByName
-
findByName
-
securityChecks
-
countByType
-
countByRealm
-
findMembership
-
deleteMembership
-
findDynGroups
-
findAllRelationships
-
findAllGroups
-
findAllGroupKeys
-
findAllResources
-
saveAndGetDynGroupMembs
-
save
- Specified by:
savein interfaceAnyRepoExt<AnyObject>
-
delete
- Specified by:
deletein interfaceAnyRepoExt<AnyObject>
-