Interface ClientLoaderInterface<T extends ClientEnvironment>

    • Method Detail

      • getKeys

        edu.uiuc.ncsa.security.util.jwk.JSONWebKeys getKeys()
      • getAssetStoreProvider

        javax.inject.Provider<AssetStore> getAssetStoreProvider()
      • getSSLConfiguration

        edu.uiuc.ncsa.security.util.ssl.SSLConfiguration getSSLConfiguration()
      • getSecret

        String getSecret()
      • getServiceURI

        String getServiceURI()
      • getWellKnownURI

        String getWellKnownURI()
      • getAccessTokenURI

        URI getAccessTokenURI()
      • getAssetURI

        URI getAssetURI()
      • getAuthorizeURI

        URI getAuthorizeURI()
      • getCallback

        URI getCallback()
      • getDeviceAuthorizationURI

        URI getDeviceAuthorizationURI()
      • getRFC7009Endpoint

        URI getRFC7009Endpoint()
      • getUIURI

        URI getUIURI()
      • isEnableAssetCleanup

        boolean isEnableAssetCleanup()
      • isOIDCEnabled

        boolean isOIDCEnabled()
      • getCertLifetime

        long getCertLifetime()
      • getKeypairLifetime

        long getKeypairLifetime()
      • getMaxAssetLifetime

        long getMaxAssetLifetime()
      • getRFC7662Endpoint

        URI getRFC7662Endpoint()
      • getIssuer

        URI getIssuer()