Interface OIDCRPClientAppDAO
- All Superinterfaces:
ClientAppDAO<OIDCRPClientApp>
,DAO<OIDCRPClientApp>
- All Known Subinterfaces:
OIDCRPClientAppRepo
,OIDCRPClientAppRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByClientId
(String clientId) Optional
<? extends OIDCRPClientApp> findByClientId
(String clientId) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.ClientAppDAO
findAllByPolicy, findAllByRealm, findByClientAppId, findByName
Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findByClientId
-
deleteByClientId
-