public class JwtServiceAccountGrantedAuthoritiesConverter extends Object implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
| Constructor and Description | 
|---|
| JwtServiceAccountGrantedAuthoritiesConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<org.springframework.security.core.GrantedAuthority> | convert(org.springframework.security.oauth2.jwt.Jwt jwt) | 
public JwtServiceAccountGrantedAuthoritiesConverter()
public Collection<org.springframework.security.core.GrantedAuthority> convert(org.springframework.security.oauth2.jwt.Jwt jwt)
convert in interface org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>Copyright © GigaSpaces.