Package org.keycloak.sdjwt
Class ArrayDisclosure.Builder
java.lang.Object
org.keycloak.sdjwt.ArrayDisclosure.Builder
- Enclosing class:
 - ArrayDisclosure
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()withClaimName(String claimName) voidwithDecoyElt(Integer position, SdJwtSalt salt) withUndisclosedElement(SdJwtSalt salt, com.fasterxml.jackson.databind.JsonNode elementValue) withVisibleElement(com.fasterxml.jackson.databind.JsonNode elementValue)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
withClaimName
 - 
withVisibleElement
public ArrayDisclosure.Builder withVisibleElement(com.fasterxml.jackson.databind.JsonNode elementValue)  - 
withUndisclosedElement
public ArrayDisclosure.Builder withUndisclosedElement(SdJwtSalt salt, com.fasterxml.jackson.databind.JsonNode elementValue)  - 
withDecoyElt
 - 
build
 
 -