Interface ClientAppRepoExt<C extends ClientApp>

All Known Subinterfaces:
CASSPClientAppRepo, CASSPClientAppRepoExt, OIDCRPClientAppRepo, OIDCRPClientAppRepoExt, SAML2SPClientAppRepo, SAML2SPClientAppRepoExt
All Known Implementing Classes:
AbstractClientRepoExt, CASSPClientAppRepoExtImpl, OIDCRPClientAppRepoExtImpl, SAML2SPClientAppRepoExtImpl

public interface ClientAppRepoExt<C extends ClientApp>
  • Method Details

    • findAllByPolicy

      List<C> findAllByPolicy(Policy policy)
    • findAllByRealm

      List<C> findAllByRealm(Realm realm)