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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic DisclosureSpec.Builderbuilder()getDecoyArrayElts(SdJwtClaimName arrayClaimName) getUndisclosedArrayElts(SdJwtClaimName arrayClaimName) getUndisclosedClaim(SdJwtClaimName claimName) booleanhasUndisclosedArrayElts(SdJwtClaimName claimName)  
- 
Method Details
- 
getUndisclosedArrayElts
public Map<Integer,DisclosureSpec.DisclosureData> getUndisclosedArrayElts(SdJwtClaimName arrayClaimName)  - 
getDecoyArrayElts
 - 
getUndisclosedClaims
 - 
getDecoyClaims
 - 
getUndisclosedClaim
 - 
hasUndisclosedArrayElts
 - 
builder
 
 -