Class ClaimsDescription

java.lang.Object
org.keycloak.protocol.oid4vc.model.ClaimsDescription

public class ClaimsDescription extends Object
Represents a claims description object as used in authorization details. A claims description object defines the requirements for the claims that the Wallet requests to be included in the Credential.
Author:
Forkim Akwichek
  • Constructor Details

    • ClaimsDescription

      public ClaimsDescription()
    • ClaimsDescription

      public ClaimsDescription(List<Object> path, Boolean mandatory)
  • Method Details

    • getPath

      public List<Object> getPath()
    • setPath

      public void setPath(List<Object> path)
    • getMandatory

      public Boolean getMandatory()
    • setMandatory

      public void setMandatory(Boolean mandatory)
    • isMandatory

      public boolean isMandatory()
      Returns the mandatory flag, defaulting to false if not set.