Java org.springframework.security.oauth2.provider.token.store JwtAccessTokenConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.provider.token.store JwtAccessTokenConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.provider.token.store JwtAccessTokenConverter.

The text is from its open source code.

Constructor

Method

voidsetAccessTokenConverter(AccessTokenConverter tokenConverter)
voidsetKeyPair(KeyPair keyPair)
voidsetSigningKey(String key)
Sets the JWT signing key.
voidsetVerifierKey(String key)
The key used for verifying signatures produced by this class.