public class MtlsHoKTokenUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CERT_VERIFY_ERROR_DESC |
protected static org.jboss.logging.Logger |
logger |
Constructor and Description |
---|
MtlsHoKTokenUtil() |
Modifier and Type | Method and Description |
---|---|
static AccessToken.CertConf |
bindTokenWithClientCertificate(org.jboss.resteasy.spi.HttpRequest request,
KeycloakSession session) |
static boolean |
verifyTokenBindingWithClientCertificate(AccessToken token,
org.jboss.resteasy.spi.HttpRequest request,
KeycloakSession session) |
protected static final org.jboss.logging.Logger logger
public static final String CERT_VERIFY_ERROR_DESC
public static AccessToken.CertConf bindTokenWithClientCertificate(org.jboss.resteasy.spi.HttpRequest request, KeycloakSession session)
public static boolean verifyTokenBindingWithClientCertificate(AccessToken token, org.jboss.resteasy.spi.HttpRequest request, KeycloakSession session)
Copyright © 2020 JBoss by Red Hat. All rights reserved.