Uses of Interface
org.keycloak.sdjwt.consumer.PresentationRequirements
-
Uses of PresentationRequirements in org.keycloak.sdjwt
Modifier and TypeMethodDescriptionvoid
SdJwtVerificationContext.verifyIssuance
(List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, PresentationRequirements presentationRequirements) Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.void
SdJwtVerificationContext.verifyPresentation
(List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts, PresentationRequirements presentationRequirements) Verifies SD-JWT presentation. -
Uses of PresentationRequirements in org.keycloak.sdjwt.consumer
Modifier and TypeClassDescriptionclass
A simple presentation definition of the kind of credential expected.Modifier and TypeMethodDescriptionvoid
SdJwtPresentationConsumer.verifySdJwtPresentation
(SdJwtVP sdJwtVP, PresentationRequirements presentationRequirements, List<TrustedSdJwtIssuer> trustedSdJwtIssuers, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verify SD-JWT presentation against specific requirements.