Uses of Enum Class
org.keycloak.protocol.oid4vc.model.Format
Packages that use Format
Package
Description
-
Uses of Format in org.keycloak.protocol.oid4vc.issuance
Constructor parameters in org.keycloak.protocol.oid4vc.issuance with type arguments of type FormatModifierConstructorDescriptionOID4VCIssuerEndpoint(KeycloakSession session, String issuerDid, Map<Format, VerifiableCredentialsSigningService> signingServices, AppAuthManager.BearerTokenAuthenticator authenticator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TimeProvider timeProvider, int preAuthorizedCodeLifeSpan) -
Uses of Format in org.keycloak.protocol.oid4vc.issuance.signing
Fields in org.keycloak.protocol.oid4vc.issuance.signing declared as FormatModifier and TypeFieldDescriptionstatic final FormatJwtSigningServiceProviderFactory.SUPPORTED_FORMATstatic final FormatLDSigningServiceProviderFactory.SUPPORTED_FORMATstatic final FormatSdJwtSigningServiceProviderFactory.SUPPORTED_FORMATMethods in org.keycloak.protocol.oid4vc.issuance.signing that return FormatModifier and TypeMethodDescriptionJwtSigningServiceProviderFactory.supportedFormat()LDSigningServiceProviderFactory.supportedFormat()SdJwtSigningServiceProviderFactory.supportedFormat()VCSigningServiceProviderFactory.supportedFormat()Should return the credentials format supported by the signing service. -
Uses of Format in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return FormatModifier and TypeMethodDescriptionstatic FormatFormat.fromString(String s) Convert a String into String, as specified in the See JAX RS 2.0 Specification, section 3.2, p.static FormatCredentialRequest.getFormat()SupportedCredentialConfiguration.getFormat()static FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.protocol.oid4vc.model with parameters of type FormatModifier and TypeMethodDescription