Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.services.resources.admin | |
org.keycloak.services.util |
Modifier and Type | Method and Description |
---|---|
CertificateRepresentation |
ClientAttributeCertificateResource.generate()
Generate a new certificate with new key pair
|
CertificateRepresentation |
ClientAttributeCertificateResource.getKeyInfo()
Get key info
|
CertificateRepresentation |
ClientAttributeCertificateResource.uploadJks(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput output)
Upload certificate and eventually private key
|
CertificateRepresentation |
ClientAttributeCertificateResource.uploadJksCertificate(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput output)
Upload only certificate, not private key
|
Modifier and Type | Method and Description |
---|---|
static CertificateRepresentation |
KeycloakModelUtils.generateKeyPairCertificate(String subject) |
Modifier and Type | Method and Description |
---|---|
CertificateRepresentation |
ClientAttributeCertificateResource.generate()
Generate a new certificate with new key pair
|
CertificateRepresentation |
ClientAttributeCertificateResource.getKeyInfo()
Get key info
|
CertificateRepresentation |
ClientAttributeCertificateResource.uploadJks(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
Upload certificate and eventually private key
|
CertificateRepresentation |
ClientAttributeCertificateResource.uploadJksCertificate(org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
Upload only certificate, not private key
|
Modifier and Type | Method and Description |
---|---|
static CertificateRepresentation |
CertificateInfoHelper.getCertificateFromClient(ClientModel client,
String attributePrefix) |
Modifier and Type | Method and Description |
---|---|
static void |
CertificateInfoHelper.updateClientModelCertificateInfo(ClientModel client,
CertificateRepresentation rep,
String attributePrefix) |
static void |
CertificateInfoHelper.updateClientRepresentationCertificateInfo(ClientRepresentation client,
CertificateRepresentation rep,
String attributePrefix) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.