Class CredentialIssuer
java.lang.Object
org.keycloak.protocol.oid4vc.model.CredentialIssuer
Represents a credentials issuer according to the OID4VCI Credentials Issuer Metadata
- Author:
- Stefan Wiedemann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetAuthorizationServers
(List<String> authorizationServers) setBatchCredentialEndpoint
(String batchCredentialEndpoint) setCredentialEndpoint
(String credentialEndpoint) setCredentialIssuer
(String credentialIssuer) setCredentialsSupported
(Map<String, SupportedCredentialConfiguration> credentialsSupported) setDisplay
(DisplayObject display) setNotificationEndpoint
(String notificationEndpoint)
-
Constructor Details
-
CredentialIssuer
public CredentialIssuer()
-
-
Method Details
-
getCredentialIssuer
-
setCredentialIssuer
-
getCredentialEndpoint
-
setCredentialEndpoint
-
getBatchCredentialEndpoint
-
setBatchCredentialEndpoint
-
getCredentialsSupported
-
setCredentialsSupported
public CredentialIssuer setCredentialsSupported(Map<String, SupportedCredentialConfiguration> credentialsSupported) -
getDisplay
-
setDisplay
-
getAuthorizationServers
-
setAuthorizationServers
-
getNotificationEndpoint
-
setNotificationEndpoint
-