Class CredentialsOffer
java.lang.Object
org.keycloak.protocol.oid4vc.model.CredentialsOffer
Represents a CredentialsOffer according to the OID4VCI Spec
- Author:
- Stefan Wiedemann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGrant(CredentialOfferGrant grant) booleaninthashCode()booleansetCredentialConfigurationIds(List<String> credentialConfigurationIds) setCredentialIssuer(String credentialIssuer) toString()
-
Constructor Details
-
CredentialsOffer
public CredentialsOffer()
-
-
Method Details
-
getCredentialIssuer
-
setCredentialIssuer
-
getIssuerMetadataUrl
-
getCredentialConfigurationIds
-
setCredentialConfigurationIds
-
getGrant
-
addGrant
-
getAuthorizationCodeGrant
-
getIssuerState
-
getPreAuthorizedGrant
-
getPreAuthorizedCode
-
hasPreAuthorizedGrant
public boolean hasPreAuthorizedGrant() -
equals
-
hashCode
public int hashCode() -
toString
-