Uses of Enum Class
org.keycloak.broker.oid4vp.mappers.ClaimPath.Step.Kind
Packages that use ClaimPath.Step.Kind
-
Uses of ClaimPath.Step.Kind in org.keycloak.broker.oid4vp.mappers
Methods in org.keycloak.broker.oid4vp.mappers that return ClaimPath.Step.KindModifier and TypeMethodDescriptionClaimPath.Step.kind()Returns the value of thekindrecord component.static ClaimPath.Step.KindReturns the enum constant of this class with the specified name.static ClaimPath.Step.Kind[]ClaimPath.Step.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.keycloak.broker.oid4vp.mappers with parameters of type ClaimPath.Step.KindModifierConstructorDescriptionStep(String field, ClaimPath.Step.Kind kind) Creates an instance of aSteprecord class.