Package org.keycloak.services.util
Class MtlsHoKTokenUtil
- java.lang.Object
-
- org.keycloak.services.util.MtlsHoKTokenUtil
-
public class MtlsHoKTokenUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CERT_VERIFY_ERROR_DESC
protected static org.jboss.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description MtlsHoKTokenUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccessToken.CertConf
bindTokenWithClientCertificate(HttpRequest request, KeycloakSession session)
static boolean
verifyTokenBindingWithClientCertificate(AccessToken token, HttpRequest request, KeycloakSession session)
-
-
-
Field Detail
-
logger
protected static final org.jboss.logging.Logger logger
-
CERT_VERIFY_ERROR_DESC
public static final String CERT_VERIFY_ERROR_DESC
- See Also:
- Constant Field Values
-
-
Method Detail
-
bindTokenWithClientCertificate
public static AccessToken.CertConf bindTokenWithClientCertificate(HttpRequest request, KeycloakSession session)
-
verifyTokenBindingWithClientCertificate
public static boolean verifyTokenBindingWithClientCertificate(AccessToken token, HttpRequest request, KeycloakSession session)
-
-