Package org.keycloak.sdjwt
Class UndisclosedClaim
java.lang.Object
org.keycloak.sdjwt.Disclosable
org.keycloak.sdjwt.UndisclosedClaim
- All Implemented Interfaces:
SdJwtClaim
- Author:
- Francis Pouatcha
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UndisclosedClaim.Builder
builder()
com.fasterxml.jackson.databind.JsonNode
getVisibleClaimValue
(String hashAlgo) Recall no info is visible on these claims in the JWT.Methods inherited from class org.keycloak.sdjwt.Disclosable
getDisclosureDigest, getDisclosureString, getSalt, getSaltAsString, toJson, toString
-
Method Details
-
getClaimName
- Specified by:
getClaimName
in interfaceSdJwtClaim
-
getClaimNameAsString
- Specified by:
getClaimNameAsString
in interfaceSdJwtClaim
-
getVisibleClaimValue
Recall no info is visible on these claims in the JWT.- Specified by:
getVisibleClaimValue
in interfaceSdJwtClaim
-
builder
-
getDisclosureStrings
- Specified by:
getDisclosureStrings
in interfaceSdJwtClaim
-