Class MultiTrustStoresBackedMetadataConfiguration

    • Constructor Detail

      • MultiTrustStoresBackedMetadataConfiguration

        public MultiTrustStoresBackedMetadataConfiguration​(java.net.URI uri,
                                                           java.lang.Long minRefreshDelay,
                                                           java.lang.Long maxRefreshDelay,
                                                           java.lang.String expectedEntityId,
                                                           io.dropwizard.client.JerseyClientConfiguration client,
                                                           java.lang.String jerseyClientName,
                                                           java.lang.String hubFederationId,
                                                           TrustStoreConfiguration trustStore,
                                                           TrustStoreConfiguration hubTrustStore,
                                                           TrustStoreConfiguration idpTrustStore)
    • Method Detail

      • getHubTrustStore

        public java.util.Optional<java.security.KeyStore> getHubTrustStore()
      • getIdpTrustStore

        public java.util.Optional<java.security.KeyStore> getIdpTrustStore()