-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Injimob 1629] refactor OpenId4vp setter methods into non static methods #2
Merged
swatigoel
merged 56 commits into
mosip:develop
from
tw-mosip:injimob-1629-openid4vp-kotlin-impl
Sep 3, 2024
Merged
[Injimob 1629] refactor OpenId4vp setter methods into non static methods #2
swatigoel
merged 56 commits into
mosip:develop
from
tw-mosip:injimob-1629-openid4vp-kotlin-impl
Sep 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… native artifact Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…uthenticate verifier using clientID received in request Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…brary to add null check validations for mandatory fields and add validate method in all classes to check for other validations Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…iable is starting with regex mentioned in the spec Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…ved authorization request Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…cope request param and add necessary error scenarios Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…to get the proof section and signature value of it Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…d http post request to the verifier Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…classes to add alias name for the context class variable in generated json string Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
… default value of optional fields to null in all classes to fix deserialization issue Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…or scenarios Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…ta instance and handle vp sharing network call and it's exceptions Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
… add serial names for the class variables Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…id value for vp_token and presentation_submission Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…esponse status is successful and throw errors for different scenarios Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…error if any input parameter is empty Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…s for Authorization Request class Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…class Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…error if any input parameter value is null Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…t 13 changes Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…e are throwing errors in the code Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…e report Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…error message variable names in test cases Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…sses and override the serialize method and create function to handle the exceptions Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
… messages consistent in deserialize and validate methods Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
… definition classes Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…sses Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…ng it into maven Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…ic methods using companion and remove auth response variable in openId4VP class Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…artifact into maven Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…thod rather than throwing it Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…class Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…alization and query params extraction Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…the functionalities and APIs Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…sponseMetadata class Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…t if response uri is valid Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…to the verifier and refactor few error messages Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…ptions in all files Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…e them Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
… and use setter methods and pass actual params directly Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
…r methods into non-static methods and pass them as arguments to another classes Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
swatigoel
approved these changes
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.