Class VertxClientCertificateLookupFactory
java.lang.Object
org.keycloak.quarkus.runtime.integration.web.VertxClientCertificateLookupFactory
- All Implemented Interfaces:
ProviderFactory<X509ClientCertificateLookup>,X509ClientCertificateLookupFactory
public class VertxClientCertificateLookupFactory
extends Object
implements X509ClientCertificateLookupFactory
- Author:
- Pedro Igor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) intorder()voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Constructor Details
-
VertxClientCertificateLookupFactory
public VertxClientCertificateLookupFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<X509ClientCertificateLookup>
-
init
- Specified by:
initin interfaceProviderFactory<X509ClientCertificateLookup>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<X509ClientCertificateLookup>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<X509ClientCertificateLookup>
-
getId
- Specified by:
getIdin interfaceProviderFactory<X509ClientCertificateLookup>
-
order
public int order()- Specified by:
orderin interfaceProviderFactory<X509ClientCertificateLookup>
-