public class C2ProviderFactory extends java.lang.Object implements IAuthProviderFactory
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
C2ProviderFactory.CacheRegistration  | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
KIND  | 
static CacheBackingStore<SessionData> | 
sessions  | 
| Constructor and Description | 
|---|
C2ProviderFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
IAuthProvider | 
get(io.vertx.core.Vertx vertx)  | 
java.lang.String | 
getKind()  | 
void | 
setLogoutListener(ILogoutListener ll)  | 
public static final java.lang.String KIND
public static final CacheBackingStore<SessionData> sessions
public IAuthProvider get(io.vertx.core.Vertx vertx)
get in interface IAuthProviderFactorypublic void setLogoutListener(ILogoutListener ll)
setLogoutListener in interface IAuthProviderFactorypublic java.lang.String getKind()
getKind in interface IAuthProviderFactoryCopyright © 2023. All Rights Reserved.