Class ClaimsDescription
java.lang.Object
org.keycloak.protocol.oid4vc.model.ClaimsDescription
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
Returns the mandatory flag, defaulting to false if not set.void
setMandatory
(Boolean mandatory) void
-
Constructor Details
-
ClaimsDescription
public ClaimsDescription() -
ClaimsDescription
-
-
Method Details
-
getPath
-
setPath
-
getMandatory
-
setMandatory
-
isMandatory
public boolean isMandatory()Returns the mandatory flag, defaulting to false if not set.
-