Package org.keycloak.services.util
Class MtlsHoKTokenUtil
- java.lang.Object
- 
- org.keycloak.services.util.MtlsHoKTokenUtil
 
- 
 public class MtlsHoKTokenUtil extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCERT_VERIFY_ERROR_DESCprotected static org.jboss.logging.Loggerlogger
 - 
Constructor SummaryConstructors Constructor Description MtlsHoKTokenUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AccessToken.CertConfbindTokenWithClientCertificate(HttpRequest request, KeycloakSession session)static booleanverifyTokenBindingWithClientCertificate(AccessToken token, HttpRequest request, KeycloakSession session)
 
- 
- 
- 
Field Detail- 
loggerprotected static final org.jboss.logging.Logger logger 
 - 
CERT_VERIFY_ERROR_DESCpublic static final String CERT_VERIFY_ERROR_DESC - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
bindTokenWithClientCertificatepublic static AccessToken.CertConf bindTokenWithClientCertificate(HttpRequest request, KeycloakSession session) 
 - 
verifyTokenBindingWithClientCertificatepublic static boolean verifyTokenBindingWithClientCertificate(AccessToken token, HttpRequest request, KeycloakSession session) 
 
- 
 
-