Uses of Class
org.keycloak.protocol.oid4vc.model.OID4VCClient
-
Uses of OID4VCClient in org.keycloak.protocol.oid4vc
Modifier and TypeMethodDescriptionstatic OID4VCClient
OID4VCClientRegistrationProvider.fromClientAttributes
(String clientId, Map<String, String> clientAttributes) Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
OID4VCClientRegistrationProvider.createOID4VCClient
(OID4VCClient client) protected static ClientRepresentation
OID4VCClientRegistrationProvider.toClientRepresentation
(OID4VCClient oid4VCClient) Translate an incomingOID4VCClient
into a keycloak nativeClientRepresentation
.jakarta.ws.rs.core.Response
OID4VCClientRegistrationProvider.updateOID4VCClient
(String clientDid, OID4VCClient client) -
Uses of OID4VCClient in org.keycloak.protocol.oid4vc.model
Modifier and TypeMethodDescriptionOID4VCClient.setClientDid
(String clientDid) OID4VCClient.setDescription
(String description) OID4VCClient.setSupportedVCTypes
(List<SupportedCredentialConfiguration> supportedVCTypes)