Class VertxClientCertificateLookup
- java.lang.Object
-
- org.keycloak.quarkus.runtime.integration.web.VertxClientCertificateLookup
-
- All Implemented Interfaces:
Provider,X509ClientCertificateLookup
public class VertxClientCertificateLookup extends Object implements X509ClientCertificateLookup
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description VertxClientCertificateLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()X509Certificate[]getCertificateChain(org.jboss.resteasy.spi.HttpRequest httpRequest)
-
-
-
Method Detail
-
getCertificateChain
public X509Certificate[] getCertificateChain(org.jboss.resteasy.spi.HttpRequest httpRequest)
- Specified by:
getCertificateChainin interfaceX509ClientCertificateLookup
-
-