mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-22 18:28:51 +00:00
Polish OAuth2AuthorizationServerJackson2Module
Issue gh-17880
This commit is contained in:
parent
592510c725
commit
b5a4cdc9eb
@ -33,8 +33,8 @@ import org.springframework.security.oauth2.server.authorization.authentication.O
|
|||||||
import org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat;
|
import org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Jackson {@code Module} for {@code spring-authorization-server}, that registers the
|
* Jackson {@code Module} for {@code spring-security-oauth2-authorization-server}, that
|
||||||
* following mix-in annotations:
|
* registers the following mix-in annotations:
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@link UnmodifiableMapMixin}</li>
|
* <li>{@link UnmodifiableMapMixin}</li>
|
||||||
@ -70,6 +70,7 @@ import org.springframework.security.oauth2.server.authorization.settings.OAuth2T
|
|||||||
* @see OAuth2TokenFormatMixin
|
* @see OAuth2TokenFormatMixin
|
||||||
* @see StringArrayMixin
|
* @see StringArrayMixin
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("serial")
|
||||||
public class OAuth2AuthorizationServerJackson2Module extends SimpleModule {
|
public class OAuth2AuthorizationServerJackson2Module extends SimpleModule {
|
||||||
|
|
||||||
public OAuth2AuthorizationServerJackson2Module() {
|
public OAuth2AuthorizationServerJackson2Module() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user