Interface ClientAppDAO<C extends ClientApp>

All Superinterfaces:
DAO<C>
All Known Subinterfaces:
CASSPClientAppDAO, CASSPClientAppRepo, CASSPClientAppRepo, OIDCRPClientAppDAO, OIDCRPClientAppRepo, OIDCRPClientAppRepo, SAML2SPClientAppDAO, SAML2SPClientAppRepo, SAML2SPClientAppRepo

public interface ClientAppDAO<C extends ClientApp> extends DAO<C>
  • Method Details

    • findByClientAppId

      Optional<? extends C> findByClientAppId(Long clientAppId)
    • findByName

      Optional<? extends C> findByName(String name)
    • findAllByPolicy

      List<C> findAllByPolicy(Policy policy)
    • findAllByRealm

      List<C> findAllByRealm(Realm realm)