Interface DelegationRepoExt
- All Known Subinterfaces:
DelegationRepo
- All Known Implementing Classes:
DelegationRepoExtImpl
public interface DelegationRepoExt
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(Delegation delegation) voiddeleteById(String key) findByDelegated(User user) findByDelegating(User user) Optional<? extends Delegation> findByRoles(Role role) save(Delegation delegation)
-
Field Details
-
CACHE
- See Also:
-
-
Method Details
-
findById
-
findByDelegating
-
findByDelegated
-
findByRoles
-
save
-
delete
-
deleteById
-