Uses of Class
org.activiti.cloud.services.common.security.jwt.OAuth2UserServiceCacheable
-
Packages that use OAuth2UserServiceCacheable Package Description org.activiti.cloud.services.common.security.config org.activiti.cloud.services.common.security.jwt -
-
Uses of OAuth2UserServiceCacheable in org.activiti.cloud.services.common.security.config
Methods in org.activiti.cloud.services.common.security.config that return OAuth2UserServiceCacheable Modifier and Type Method Description OAuth2UserServiceCacheableCommonJwtAuthenticationConverterConfiguration. oAuth2UserServiceCacheable()Methods in org.activiti.cloud.services.common.security.config with parameters of type OAuth2UserServiceCacheable Modifier and Type Method Description org.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 OAuth2UserServiceCacheable Constructor Description JwtUserInfoUriAuthenticationConverter(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)
-