Class OidcConfiguration.OidcTokenServiceConfiguration

java.lang.Object
org.apereo.cas.oidc.config.OidcConfiguration.OidcTokenServiceConfiguration
Enclosing class:
OidcConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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,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,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,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,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 Details

    • OidcTokenServiceConfiguration

      public OidcTokenServiceConfiguration()
  • Method Details

    • 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,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,Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache) throws Exception
      Throws:
      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,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,Optional<org.jose4j.jwk.JsonWebKeySet>> oidcDefaultJsonWebKeystoreCache) throws Exception
      Throws:
      Exception