Uses of Class
org.activiti.cloud.services.common.security.jwt.OAuth2UserServiceCacheable
Packages that use OAuth2UserServiceCacheable
Package
Description
-
Uses of OAuth2UserServiceCacheable in org.activiti.cloud.services.common.security.config
Methods in org.activiti.cloud.services.common.security.config that return OAuth2UserServiceCacheableModifier and TypeMethodDescriptionCommonJwtAuthenticationConverterConfiguration.oAuth2UserServiceCacheable()Methods in org.activiti.cloud.services.common.security.config with parameters of type OAuth2UserServiceCacheableModifier and TypeMethodDescriptionorg.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, org.springframework.security.authentication.AbstractAuthenticationToken> CommonJwtAuthenticationConverterConfiguration.jwtAuthenticationConverter(JwtAccessTokenProvider jwtAccessTokenProvider, OAuth2UserServiceCacheable oAuth2UserServiceCacheable) -
Uses of OAuth2UserServiceCacheable in org.activiti.cloud.services.common.security.jwt
Constructors in org.activiti.cloud.services.common.security.jwt with parameters of type OAuth2UserServiceCacheableModifierConstructorDescriptionJwtUserInfoUriAuthenticationConverter(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, Collection<org.springframework.security.core.GrantedAuthority>> jwtGrantedAuthoritiesConverter, org.springframework.security.oauth2.client.registration.ClientRegistration clientRegistration, OAuth2UserServiceCacheable oAuth2UserServiceCacheable)