Class OidcConfiguration.OidcTokenServiceConfiguration

  • Enclosing class:
    OidcConfiguration

    @Configuration(value="OidcTokenServiceConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class OidcConfiguration.OidcTokenServiceConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.ticket.OAuth20TokenSigningAndEncryptionService oidcTokenSigningAndEncryptionService​(org.springframework.beans.factory.FactoryBean<org.apereo.cas.oidc.discovery.OidcServerDiscoverySettings> oidcServerDiscoverySettingsFactory, com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcServiceJsonWebKeystoreCache, org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache)  
      org.apereo.cas.ticket.OAuth20TokenSigningAndEncryptionService oidcUserProfileSigningAndEncryptionService​(org.springframework.beans.factory.FactoryBean<org.apereo.cas.oidc.discovery.OidcServerDiscoverySettings> oidcServerDiscoverySettingsFactory, com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcServiceJsonWebKeystoreCache, org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache)  
      • Methods inherited from class java.lang.Object

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

      • OidcTokenServiceConfiguration

        public OidcTokenServiceConfiguration()
    • Method Detail

      • oidcTokenSigningAndEncryptionService

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="oidcTokenSigningAndEncryptionService")
        public org.apereo.cas.ticket.OAuth20TokenSigningAndEncryptionService oidcTokenSigningAndEncryptionService​(@Qualifier("oidcServerDiscoverySettingsFactory")
                                                                                                                  org.springframework.beans.factory.FactoryBean<org.apereo.cas.oidc.discovery.OidcServerDiscoverySettings> oidcServerDiscoverySettingsFactory,
                                                                                                                  @Qualifier("oidcServiceJsonWebKeystoreCache")
                                                                                                                  com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcServiceJsonWebKeystoreCache,
                                                                                                                  @Qualifier("oidcIssuerService")
                                                                                                                  org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService,
                                                                                                                  @Qualifier("oidcDefaultJsonWebKeystoreCache")
                                                                                                                  com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache)
                                                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • oidcUserProfileSigningAndEncryptionService

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="oidcUserProfileSigningAndEncryptionService")
        public org.apereo.cas.ticket.OAuth20TokenSigningAndEncryptionService oidcUserProfileSigningAndEncryptionService​(@Qualifier("oidcServerDiscoverySettingsFactory")
                                                                                                                        org.springframework.beans.factory.FactoryBean<org.apereo.cas.oidc.discovery.OidcServerDiscoverySettings> oidcServerDiscoverySettingsFactory,
                                                                                                                        @Qualifier("oidcServiceJsonWebKeystoreCache")
                                                                                                                        com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcServiceJsonWebKeystoreCache,
                                                                                                                        @Qualifier("oidcIssuerService")
                                                                                                                        org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService,
                                                                                                                        @Qualifier("oidcDefaultJsonWebKeystoreCache")
                                                                                                                        com.github.benmanes.caffeine.cache.LoadingCache<org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey,​java.util.Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache)
                                                                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception