public class CertificateInfoHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KID |
static String |
PRIVATE_KEY |
static String |
PUBLIC_KEY |
static String |
X509CERTIFICATE |
Constructor and Description |
---|
CertificateInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static CertificateRepresentation |
getCertificateFromClient(ClientModel client,
String attributePrefix) |
static void |
updateClientModelCertificateInfo(ClientModel client,
CertificateRepresentation rep,
String attributePrefix) |
static void |
updateClientRepresentationCertificateInfo(ClientRepresentation client,
CertificateRepresentation rep,
String attributePrefix) |
public static final String PRIVATE_KEY
public static final String X509CERTIFICATE
public static final String PUBLIC_KEY
public static final String KID
public static CertificateRepresentation getCertificateFromClient(ClientModel client, String attributePrefix)
public static void updateClientModelCertificateInfo(ClientModel client, CertificateRepresentation rep, String attributePrefix)
public static void updateClientRepresentationCertificateInfo(ClientRepresentation client, CertificateRepresentation rep, String attributePrefix)
Copyright © 2021 JBoss by Red Hat. All rights reserved.