Class JwtGrantedAuthoritiesConverter

java.lang.Object
com.gigaspaces.security.openid.JwtGrantedAuthoritiesConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>

public class JwtGrantedAuthoritiesConverter extends Object implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
  • Field Details

  • Constructor Details

    • JwtGrantedAuthoritiesConverter

      public JwtGrantedAuthoritiesConverter(String issuerUri, RolesService rolesService, org.springframework.cache.Cache cache, org.springframework.web.client.RestTemplate restTemplate)
  • Method Details

    • convert

      public Collection<org.springframework.security.core.GrantedAuthority> convert(org.springframework.security.oauth2.jwt.Jwt jwt)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>