Class LDCredentialSignerFactory
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.signing.LDCredentialSignerFactory
- All Implemented Interfaces:
CredentialSignerFactory,OID4VCEnvironmentProviderFactory,org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.ProviderFactory<CredentialSigner<?>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.keycloak.models.KeycloakSession session) Returns the credential format supported by the credential signer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.protocol.oid4vc.issuance.signing.CredentialSignerFactory
close, getId, init, postInitMethods inherited from interface org.keycloak.protocol.oid4vc.OID4VCEnvironmentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
LDCredentialSignerFactory
public LDCredentialSignerFactory()
-
-
Method Details
-
getSupportedFormat
Description copied from interface:CredentialSignerFactoryReturns the credential format supported by the credential signer.- Specified by:
getSupportedFormatin interfaceCredentialSignerFactory
-
create
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<CredentialSigner<?>>
-