Uses of Class
org.keycloak.sdjwt.SdJwtClaimName
Packages that use SdJwtClaimName
-
Uses of SdJwtClaimName in org.keycloak.sdjwt
Methods in org.keycloak.sdjwt that return SdJwtClaimNameModifier and TypeMethodDescriptionAbstractSdJwtClaim.getClaimName()
SdJwtClaim.getClaimName()
UndisclosedClaim.getClaimName()
static SdJwtClaimName
Methods in org.keycloak.sdjwt that return types with arguments of type SdJwtClaimNameMethods in org.keycloak.sdjwt with parameters of type SdJwtClaimNameModifier and TypeMethodDescriptionDisclosureSpec.getDecoyArrayElts
(SdJwtClaimName arrayClaimName) DisclosureSpec.getUndisclosedArrayElts
(SdJwtClaimName arrayClaimName) DisclosureSpec.getUndisclosedClaim
(SdJwtClaimName claimName) boolean
DisclosureSpec.hasUndisclosedArrayElts
(SdJwtClaimName claimName) boolean
DisclosureRedList.isRedListedClaimName
(SdJwtClaimName claimName) Method parameters in org.keycloak.sdjwt with type arguments of type SdJwtClaimNameModifier and TypeMethodDescriptionboolean
DisclosureRedList.containsRedListedClaimNames
(Collection<SdJwtClaimName> claimNames) static DisclosureRedList
DisclosureRedList.of
(Set<SdJwtClaimName> redListClaimNames) Constructors in org.keycloak.sdjwt with parameters of type SdJwtClaimNameModifierConstructorDescriptionAbstractSdJwtClaim
(SdJwtClaimName claimName) VisibleSdJwtClaim
(SdJwtClaimName claimName, com.fasterxml.jackson.databind.JsonNode claimValue)