Skip to content
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

Java implementation issue with CredentialWrapperValidatorPolicy abtract class from waltid-veriable-credential package #633

Closed
vinayak0792 opened this issue Jul 18, 2024 · 1 comment · Fixed by #645
Assignees
Labels
enhancement New feature or request

Comments

@vinayak0792
Copy link

Hi Team,
I'm having trouble implementing the CredentialWrapperValidatorPolicy class in a Java project because Java cannot directly override the abstract suspend fun verify(data: JsonElement, args: Any? = null, context: Map<String, Any>): Result<Any> method.

I would appreciate any help with an adapter method or class to make it usable in a Java project.

@waltkb
Copy link
Contributor

waltkb commented Jul 24, 2024

@vinayak0792 See #645 (comment) of #645

@waltkb waltkb linked a pull request Jul 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants