Package org.keycloak.sdjwt
Class DisclosureSpec
java.lang.Object
org.keycloak.sdjwt.DisclosureSpec
Manages the specification of undisclosed claims and array elements.
- Author:
- Francis Pouatcha
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic DisclosureSpec.Builder
builder()
getDecoyArrayElts
(SdJwtClaimName arrayClaimName) getUndisclosedArrayElts
(SdJwtClaimName arrayClaimName) getUndisclosedClaim
(SdJwtClaimName claimName) boolean
hasUndisclosedArrayElts
(SdJwtClaimName claimName)
-
Method Details
-
getUndisclosedArrayElts
public Map<Integer,DisclosureSpec.DisclosureData> getUndisclosedArrayElts(SdJwtClaimName arrayClaimName) -
getDecoyArrayElts
-
getUndisclosedClaims
-
getDecoyClaims
-
getUndisclosedClaim
-
hasUndisclosedArrayElts
-
builder
-