Interface AnyObjectRepoExt
- All Superinterfaces:
AnyRepoExt<AnyObject>
- All Known Subinterfaces:
AnyObjectRepo
- All Known Implementing Classes:
AnyObjectRepoExtImpl
-
Method Summary
Modifier and TypeMethodDescriptioncountByRealm(AnyType anyType) voidvoiddeleteMembership(AMembership membership) findAllGroupKeys(AnyObject anyObject) findAllGroups(AnyObject anyObject) findAllRelationships(AnyObject anyObject) findAllResources(AnyObject anyObject) 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.jpa.dao.repo.AnyRepoExt
authFind, deleteById, findAllowedSchemas, findAllResourceKeys, findByDerAttrValue, findDynRealms, findLastChange
-
Method Details
-
securityChecks
-
countByType
-
countByRealm
-
findMembership
-
deleteMembership
-
findDynGroups
-
findAllRelationships
-
findAllGroups
-
findAllGroupKeys
-
findAllResources
-
saveAndGetDynGroupMembs
-
save
- Specified by:
savein interfaceAnyRepoExt<AnyObject>
-
delete
- Specified by:
deletein interfaceAnyRepoExt<AnyObject>
-