Uses of Class
org.keycloak.protocol.oid4vc.model.OID4VCClient
Packages that use OID4VCClient
-
Uses of OID4VCClient in org.keycloak.protocol.oid4vc
Methods in org.keycloak.protocol.oid4vc that return OID4VCClientModifier and TypeMethodDescriptionstatic OID4VCClientOID4VCClientRegistrationProvider.fromClientAttributes(String clientId, Map<String, String> clientAttributes) Methods in org.keycloak.protocol.oid4vc with parameters of type OID4VCClientModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseOID4VCClientRegistrationProvider.createOID4VCClient(OID4VCClient client) protected static ClientRepresentationOID4VCClientRegistrationProvider.toClientRepresentation(OID4VCClient oid4VCClient) Translate an incomingOID4VCClientinto a keycloak nativeClientRepresentation.jakarta.ws.rs.core.ResponseOID4VCClientRegistrationProvider.updateOID4VCClient(String clientDid, OID4VCClient client) -
Uses of OID4VCClient in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return OID4VCClientModifier and TypeMethodDescriptionOID4VCClient.setClientDid(String clientDid) OID4VCClient.setDescription(String description) OID4VCClient.setSupportedVCTypes(List<SupportedCredentialConfiguration> supportedVCTypes)