Uses of Class
org.keycloak.representations.idm.CertificateRepresentation
Packages that use CertificateRepresentation
Package
Description
-
Uses of CertificateRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return CertificateRepresentationModifier 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
Methods in org.keycloak.models.utils that return CertificateRepresentationModifier and TypeMethodDescriptionstatic CertificateRepresentation
KeycloakModelUtils.generateKeyPairCertificate
(String subject) -
Uses of CertificateRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return CertificateRepresentationModifier 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
Methods in org.keycloak.services.util that return CertificateRepresentationModifier and TypeMethodDescriptionstatic CertificateRepresentation
CertificateInfoHelper.getCertificateFromClient
(ClientModel client, String attributePrefix) Methods in org.keycloak.services.util with parameters of type CertificateRepresentationModifier and TypeMethodDescriptionstatic void
CertificateInfoHelper.updateClientModelCertificateInfo
(ClientModel client, CertificateRepresentation rep, String attributePrefix) static void
CertificateInfoHelper.updateClientRepresentationCertificateInfo
(ClientRepresentation client, CertificateRepresentation rep, String attributePrefix)