Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.services.resources.admin |
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(javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
Upload certificate and eventually private key
|
CertificateRepresentation |
ClientAttributeCertificateResource.uploadJksCertificate(javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
Upload only certificate, not private key
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.