Class OID4VCClient
java.lang.Object
org.keycloak.protocol.oid4vc.model.OID4VCClient
Pojo, containing all information required to create a VCClient.
- Author:
- Stefan Wiedemann
-
Constructor Summary
ConstructorDescriptionOID4VCClient
(String id, String clientDid, List<SupportedCredentialConfiguration> supportedVCTypes, String description, String name) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
setClientDid
(String clientDid) setDescription
(String description) setSupportedVCTypes
(List<SupportedCredentialConfiguration> supportedVCTypes)
-
Constructor Details
-
OID4VCClient
public OID4VCClient() -
OID4VCClient
-
-
Method Details