Interface ClientAppDAO<C extends ClientApp>
- All Superinterfaces:
DAO<C>
- All Known Subinterfaces:
CASSPClientAppDAO
,CASSPClientAppRepo
,CASSPClientAppRepo
,OIDCRPClientAppDAO
,OIDCRPClientAppRepo
,OIDCRPClientAppRepo
,SAML2SPClientAppDAO
,SAML2SPClientAppRepo
,SAML2SPClientAppRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByPolicy
(Policy policy) findAllByRealm
(Realm realm) findByClientAppId
(Long clientAppId) findByName
(String name) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findByClientAppId
-
findByName
-
findAllByPolicy
-
findAllByRealm
-