Interface JwtAccessTokenConverterConfigurer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidconfigure​(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter converter)
      Configure the JwtAccessTokenConverter.
    • Method Detail

      • configure

        void configure​(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter converter)
        Configure the JwtAccessTokenConverter.
        Parameters:
        converter - the converter to configure