Skip to content

Add mappings to/from intermediate objects for NoSQL support #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

sjohnr
Copy link
Contributor

@sjohnr sjohnr commented Jan 18, 2022

This is a draft solution for supporting NoSQL databases. It uses intermediary objects (currently called "Resources", but open to better names) to simplify a transformation to/from JSON. The intermediary objects support full serialization to JSON with the use of the OAuth2AuthorizationServerJackson2Module. Supports the following:

  • Handles iterating/mapping supported token types, removing the need for applications to do this
  • Converts enumerated types to/from strings with support for "custom" types
  • Converts authorities to/from strings
  • Supports custom settings values

Issue gh-558

This is a draft solution for supporting NoSQL databases. It uses intermediary objects (currently called "Resources", but open to better names) to simplify a transformation to/from JSON. The intermediary objects support full serialization to JSON with the use of the `OAuth2AuthorizationServerJackson2Module`. Supports the following:

* Handles iterating/mapping supported token types, removing the need for applications to do this
* Converts enumerated types to/from strings with support for "custom" types
* Converts authorities to/from strings
* Supports custom settings values

Issue spring-projectsgh-558
@sjohnr sjohnr added status: duplicate A duplicate of another issue type: enhancement A general enhancement labels Jan 18, 2022
@sjohnr sjohnr requested a review from jgrandja January 18, 2022 23:10
@sjohnr sjohnr self-assigned this Jan 18, 2022
@sjohnr sjohnr marked this pull request as draft April 28, 2022 00:27
@HKMV
Copy link

HKMV commented Jul 16, 2022

Hello, there is no normal merging

@sjohnr
Copy link
Contributor Author

sjohnr commented Nov 2, 2022

Closing for now. May re-open when we revisit this.

@sjohnr sjohnr closed this Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants