Class SamlIdPConfiguration.SamlIdPCryptoConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPConfiguration.SamlIdPCryptoConfiguration
Enclosing class:
SamlIdPConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectEncrypter
    samlObjectEncrypter(org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner
    samlObjectSigner(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.opensaml.saml.metadata.resolver.MetadataResolver casSamlIdPMetadataResolver, org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator)
     

    Methods inherited from class java.lang.Object

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

    • SamlIdPCryptoConfiguration

      public SamlIdPCryptoConfiguration()
  • Method Details

    • samlObjectEncrypter

      @ConditionalOnMissingBean(name="samlObjectEncrypter") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectEncrypter samlObjectEncrypter(@Qualifier("samlIdPMetadataLocator") org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • samlObjectSigner

      @ConditionalOnMissingBean(name="samlObjectSigner") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlIdPObjectSigner samlObjectSigner(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("casSamlIdPMetadataResolver") org.opensaml.saml.metadata.resolver.MetadataResolver casSamlIdPMetadataResolver, @Qualifier("samlIdPMetadataLocator") org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator samlIdPMetadataLocator)