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 IAuthProviderFactory
public void setLogoutListener(ILogoutListener ll)
setLogoutListener
in interface IAuthProviderFactory
public java.lang.String getKind()
getKind
in interface IAuthProviderFactory
Copyright © 2021. All Rights Reserved.