CredentialIssuerMetadata |
Service.getCredentialIssuerMetadata() |
Get the credential issuer metadata.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setAuthorizationServers(URI[] servers) |
Set the identifiers of the authorization servers that the credential
issuer relies on for authorization.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setBatchCredentialEndpoint(URI endpoint) |
Set the URL of the batch credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialEndpoint(URI endpoint) |
Set the URL of the credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialIssuer(URI issuer) |
Set the identifier of the credential issuer.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialResponseEncryptionAlgValuesSupported(JWEAlg[] algs) |
Set the supported JWE alg algorithms for credential response
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialResponseEncryptionEncValuesSupported(JWEEnc[] encs) |
Set the supported JWE enc algorithms for credential response
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialsSupported(String credentialsSupported) |
Set the information about supported credential configurations in the
JSON format.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setDeferredCredentialEndpoint(URI endpoint) |
Set the URL of the deferred credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setRequireCredentialResponseEncryption(boolean required) |
Set the boolean flag indicating whether credential response encryption
is required.
|