Class CommonJwtAuthenticationConverterConfiguration
- java.lang.Object
-
- org.activiti.cloud.services.common.security.config.CommonJwtAuthenticationConverterConfiguration
-
@Configuration @EnableCaching public class CommonJwtAuthenticationConverterConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CommonJwtAuthenticationConverterConfiguration(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>jwtAuthenticationConverter(JwtAccessTokenProvider jwtAccessTokenProvider, OAuth2UserServiceCacheable oAuth2UserServiceCacheable)OAuth2UserServiceCacheableoAuth2UserServiceCacheable()voidsetIamName(String iamName)org.springframework.cache.caffeine.CaffeineCacheuserInfoApiCallCache()
-
-
-
Method Detail
-
jwtAuthenticationConverter
@Bean("commonJwtAuthenticationConverter") @Order(-2147483648) public org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter(JwtAccessTokenProvider jwtAccessTokenProvider, OAuth2UserServiceCacheable oAuth2UserServiceCacheable)
-
oAuth2UserServiceCacheable
@Bean public OAuth2UserServiceCacheable oAuth2UserServiceCacheable()
-
userInfoApiCallCache
@Bean public org.springframework.cache.caffeine.CaffeineCache userInfoApiCallCache()
-
setIamName
public void setIamName(String iamName)
-
-