Interface ClientAppDAO<C extends ClientApp>
-
- All Superinterfaces:
DAO<C>
- All Known Subinterfaces:
CASSPClientAppDAO,OIDCRPClientAppDAO,SAML2SPClientAppDAO
- All Known Implementing Classes:
AbstractClientAppDAO,JPACASSPClientAppDAO,JPAOIDCRPClientAppDAO,JPASAML2SPClientAppDAO
public interface ClientAppDAO<C extends ClientApp> extends DAO<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<C>findByPolicy(Policy policy)List<C>findByRealm(Realm realm)
-