Uses of Class
org.keycloak.sdjwt.SdJwtClaimName
-
Uses of SdJwtClaimName in org.keycloak.sdjwt
Modifier and TypeMethodDescriptionAbstractSdJwtClaim.getClaimName()
SdJwtClaim.getClaimName()
UndisclosedClaim.getClaimName()
static SdJwtClaimName
Modifier and TypeMethodDescriptionDisclosureSpec.getDecoyArrayElts
(SdJwtClaimName arrayClaimName) DisclosureSpec.getUndisclosedArrayElts
(SdJwtClaimName arrayClaimName) DisclosureSpec.getUndisclosedClaim
(SdJwtClaimName claimName) boolean
DisclosureSpec.hasUndisclosedArrayElts
(SdJwtClaimName claimName) boolean
DisclosureRedList.isRedListedClaimName
(SdJwtClaimName claimName) Modifier and TypeMethodDescriptionboolean
DisclosureRedList.containsRedListedClaimNames
(Collection<SdJwtClaimName> claimNames) static DisclosureRedList
DisclosureRedList.of
(Set<SdJwtClaimName> redListClaimNames) ModifierConstructorDescriptionAbstractSdJwtClaim
(SdJwtClaimName claimName) VisibleSdJwtClaim
(SdJwtClaimName claimName, com.fasterxml.jackson.databind.JsonNode claimValue)