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 Constructor Description VertxClientCertificateLookupFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()X509ClientCertificateLookupcreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)intorder()voidpostInit(KeycloakSessionFactory factory)
-
-
-
Method Detail
-
create
public X509ClientCertificateLookup create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<X509ClientCertificateLookup>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<X509ClientCertificateLookup>
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory<X509ClientCertificateLookup>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<X509ClientCertificateLookup>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<X509ClientCertificateLookup>
-
order
public int order()
- Specified by:
orderin interfaceProviderFactory<X509ClientCertificateLookup>
-
-