Class MetadataResolverBundle<T extends io.dropwizard.Configuration>

  • All Implemented Interfaces:
    io.dropwizard.ConfiguredBundle<T>

    public class MetadataResolverBundle<T extends io.dropwizard.Configuration>
    extends java.lang.Object
    implements io.dropwizard.ConfiguredBundle<T>
    • Method Detail

      • run

        public void run​(T configuration,
                        io.dropwizard.setup.Environment environment)
                 throws java.lang.Exception
        Specified by:
        run in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
        Throws:
        java.lang.Exception
      • initialize

        public void initialize​(io.dropwizard.setup.Bootstrap<?> bootstrap)
        Specified by:
        initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
      • getMetadataResolver

        @Nullable
        public org.opensaml.saml.metadata.resolver.MetadataResolver getMetadataResolver()
      • getMetadataResolverProvider

        public javax.inject.Provider<org.opensaml.saml.metadata.resolver.MetadataResolver> getMetadataResolverProvider()
      • getSignatureTrustEngine

        @Nullable
        public org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine getSignatureTrustEngine()
      • getSignatureTrustEngineProvider

        public javax.inject.Provider<org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine> getSignatureTrustEngineProvider()
      • getMetadataCredentialResolver

        @Nullable
        public org.opensaml.saml.security.impl.MetadataCredentialResolver getMetadataCredentialResolver()
      • getMetadataCredentialResolverProvider

        public javax.inject.Provider<org.opensaml.saml.security.impl.MetadataCredentialResolver> getMetadataCredentialResolverProvider()
      • getMetadataModule

        public com.google.inject.Module getMetadataModule()