Class OID4VCAuthorizationDetail
java.lang.Object
org.keycloak.representations.AuthorizationDetailsJSONRepresentation
org.keycloak.protocol.oid4vc.model.OID4VCAuthorizationDetail
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OID4VCAuthorizationDetailResponse
Represents an authorization_details object in the Token Request as per OID4VCI.
- Author:
- Forkim Akwichek
- See Also:
-
Field Summary
FieldsFields inherited from class org.keycloak.representations.AuthorizationDetailsJSONRepresentation
DYNAMIC_SCOPE_RAR_TYPE, STATIC_SCOPE_RAR_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClaims(List<ClaimsDescription> claims) voidsetCredentialConfigurationId(String credentialConfigurationId) toString()Methods inherited from class org.keycloak.representations.AuthorizationDetailsJSONRepresentation
asSubtype, equals, getActions, getCustomData, getDatatypes, getDynamicScopeParamFromCustomData, getIdentifier, getLocations, getPrivileges, getScopeNameFromCustomData, getType, hashCode, setActions, setCustomData, setDatatypes, setIdentifier, setLocations, setPrivileges, setType
-
Field Details
-
CREDENTIAL_CONFIGURATION_ID
- See Also:
-
CREDENTIAL_IDENTIFIERS
- See Also:
-
CLAIMS
- See Also:
-
-
Constructor Details
-
OID4VCAuthorizationDetail
public OID4VCAuthorizationDetail()
-
-
Method Details
-
getCredentialConfigurationId
-
setCredentialConfigurationId
-
getClaims
-
setClaims
-
toString
- Overrides:
toStringin classAuthorizationDetailsJSONRepresentation
-