Uses of Interface
org.keycloak.protocol.oid4vc.OID4VCEnvironmentProviderFactory
Package
Description
-
Uses of OID4VCEnvironmentProviderFactory in org.keycloak.protocol.oid4vc
Modifier and TypeClassDescriptionclass
Implementation of theClientRegistrationProviderFactory
to integrate the OID4VC protocols with Keycloak's client-registration.class
Factory for creating all OID4VC related endpoints and the default mappers. -
Uses of OID4VCEnvironmentProviderFactory in org.keycloak.protocol.oid4vc.issuance
Modifier and TypeClassDescriptionclass
WellKnownProviderFactory
implementation for JWT VC Issuer metadata at endpoint /.well-known/jwt-vc-issuerclass
WellKnownProviderFactory
implementation for the OID4VCI metadata -
Uses of OID4VCEnvironmentProviderFactory in org.keycloak.protocol.oid4vc.issuance.mappers
Modifier and TypeClassDescriptionclass
Allows to add the context to the credential subjectclass
Map issuance date to the credential, under the default claim name "iat"class
Base class for OID4VC Mappers, to provide common configuration and functionality for all of themclass
Allows to add statically configured claims to the credential subjectclass
Sets an ID for the credential, either randomly generated or statically configuredclass
Adds the users roles to the credential subjectclass
Allows to add types to the credential subjectclass
Allows to add user attributes to the credential subject -
Uses of OID4VCEnvironmentProviderFactory in org.keycloak.protocol.oid4vc.issuance.signing
Modifier and TypeInterfaceDescriptioninterface
Provider Factory to createVerifiableCredentialsSigningService
sModifier and TypeClassDescriptionclass
Provider Factory to createJwtSigningService
sclass
Provider Factory to createLDSigningService
sclass
Provider Factory to createSdJwtSigningService
s