Package uk.gov.ida.saml.metadata
Class TrustStorePathMetadataConfiguration
- java.lang.Object
-
- uk.gov.ida.saml.metadata.MetadataConfiguration
-
- uk.gov.ida.saml.metadata.TrustStorePathMetadataConfiguration
-
- All Implemented Interfaces:
MetadataResolverConfiguration
@Deprecated public class TrustStorePathMetadataConfiguration extends MetadataConfiguration
Deprecated.UseTrustStoreBackedMetadataConfigurationinstead. This will change configs to use a nested trust store object instead of having path and password as part of the metadata configuration.Uses a flat structure to parse metadata details
-
-
Constructor Summary
Constructors Constructor Description TrustStorePathMetadataConfiguration(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, java.lang.String trustStorePath, java.lang.String trustStorePassword)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.security.KeyStoregetTrustStore()Deprecated.-
Methods inherited from class uk.gov.ida.saml.metadata.MetadataConfiguration
getExpectedEntityId, getHubFederationId, getJerseyClientConfiguration, getJerseyClientName, getMaxRefreshDelay, getMinRefreshDelay, getUri
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.ida.saml.metadata.MetadataResolverConfiguration
getHubTrustStore, getIdpTrustStore
-
-
-
-
Constructor Detail
-
TrustStorePathMetadataConfiguration
public TrustStorePathMetadataConfiguration(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, java.lang.String trustStorePath, java.lang.String trustStorePassword)Deprecated.
-
-