Uses of Class
org.keycloak.representations.idm.CertificateRepresentation
Package
Description
-
Uses of CertificateRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionClientAttributeCertificateResource.generate()
Generate a new certificate with new key pairClientAttributeCertificateResource.getKeyInfo()
Get key infoUpload certificate and eventually private keyClientAttributeCertificateResource.uploadJksCertificate
(Object output) Upload only certificate, not private key -
Uses of CertificateRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic CertificateRepresentation
KeycloakModelUtils.generateKeyPairCertificate
(String subject) -
Uses of CertificateRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionClientAttributeCertificateResource.generate()
Generate a new certificate with new key pairClientAttributeCertificateResource.getKeyInfo()
Get key infoClientAttributeCertificateResource.uploadJks()
Upload certificate and eventually private keyClientAttributeCertificateResource.uploadJksCertificate()
Upload only certificate, not private key -
Uses of CertificateRepresentation in org.keycloak.services.util
Modifier and TypeMethodDescriptionstatic CertificateRepresentation
CertificateInfoHelper.getCertificateFromClient
(ClientModel client, String attributePrefix) Modifier and TypeMethodDescriptionstatic void
CertificateInfoHelper.updateClientModelCertificateInfo
(ClientModel client, CertificateRepresentation rep, String attributePrefix) static void
CertificateInfoHelper.updateClientRepresentationCertificateInfo
(ClientRepresentation client, CertificateRepresentation rep, String attributePrefix)