Class SamlIdPMetadataConfiguration.SamlIdPMetadataGenerationConfiguration

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

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

    • SamlIdPMetadataGenerationConfiguration

      public SamlIdPMetadataGenerationConfiguration()
  • Method Details

    • samlIdPMetadataGenerator

      @ConditionalOnMissingBean(name="samlIdPMetadataGenerator") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator samlIdPMetadataGenerator(@Qualifier("samlIdPMetadataGeneratorConfigurationContext") org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext samlIdPMetadataGeneratorConfigurationContext) throws Exception
      Throws:
      Exception
    • samlSelfSignedCertificateWriter

      @ConditionalOnMissingBean(name="samlSelfSignedCertificateWriter") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.idp.metadata.writer.SamlIdPCertificateAndKeyWriter samlSelfSignedCertificateWriter(org.apereo.cas.configuration.CasConfigurationProperties casProperties) throws Exception
      Throws:
      Exception
    • samlIdPMetadataGeneratorCipherExecutor

      @Bean @ConditionalOnMissingBean(name="samlIdPMetadataGeneratorCipherExecutor") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor samlIdPMetadataGeneratorCipherExecutor()