Class SamlIdPMetadataConfiguration.SamlIdPMetadataContextConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPMetadataConfiguration.SamlIdPMetadataContextConfiguration
Enclosing class:
SamlIdPMetadataConfiguration

@Configuration(value="SamlIdPMetadataContextConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class SamlIdPMetadataConfiguration.SamlIdPMetadataContextConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext
    samlIdPMetadataGeneratorConfigurationContext(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator, org.apereo.cas.support.saml.idp.metadata.writer.SamlIdPCertificateAndKeyWriter samlSelfSignedCertificateWriter, org.apereo.cas.util.crypto.CipherExecutor samlIdPMetadataGeneratorCipherExecutor, org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, org.apache.velocity.app.VelocityEngine velocityEngineFactoryBean)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlIdPMetadataContextConfiguration

      public SamlIdPMetadataContextConfiguration()
  • Method Details

    • samlIdPMetadataGeneratorConfigurationContext

      @Bean @ConditionalOnMissingBean(name="samlIdPMetadataGeneratorConfigurationContext") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext samlIdPMetadataGeneratorConfigurationContext(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("samlIdPMetadataLocator") org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator, @Qualifier("samlSelfSignedCertificateWriter") org.apereo.cas.support.saml.idp.metadata.writer.SamlIdPCertificateAndKeyWriter samlSelfSignedCertificateWriter, @Qualifier("samlIdPMetadataGeneratorCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor samlIdPMetadataGeneratorCipherExecutor, @Qualifier("shibboleth.OpenSAMLConfig") org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean, @Qualifier("velocityEngineFactoryBean") org.apache.velocity.app.VelocityEngine velocityEngineFactoryBean) throws Exception
      Throws:
      Exception