Interface DelegationDAO
- All Superinterfaces:
DAO<Delegation>
- All Known Subinterfaces:
DelegationRepo
,DelegationRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Modifier and TypeMethodDescriptionfindByDelegated
(User user) findByDelegating
(User user) findByRoles
(Role role) findValidDelegating
(String delegated, OffsetDateTime now) findValidFor
(String delegating, String delegated, OffsetDateTime now) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findValidFor
-
findValidDelegating
-
findByDelegating
-
findByDelegated
-
findByRoles
-