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 CertificateRepresentationKeycloakModelUtils.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 CertificateRepresentationCertificateInfoHelper.getCertificateFromClient(ClientModel client, String attributePrefix) static CertificateRepresentationCertificateInfoHelper.jwksStringToSigCertificateRepresentation(String jwks) Methods in org.keycloak.services.util with parameters of type CertificateRepresentationModifier and TypeMethodDescriptionstatic voidCertificateInfoHelper.updateClientModelCertificateInfo(ClientModel client, CertificateRepresentation rep, String attributePrefix) static voidCertificateInfoHelper.updateClientRepresentationCertificateInfo(ClientRepresentation client, CertificateRepresentation rep, String attributePrefix)