public final class Config
extends org.pac4j.core.context.BaseConfig
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCacheKeyPrefix()
Gets the prefix used for all cache operations
|
static org.pac4j.core.client.Clients |
getClients() |
static int |
getProfileTimeout() |
static int |
getSessionTimeout() |
static void |
setCacheKeyPrefix(String cacheKeyPrefix)
Sets the prefix to use for all cache operations
|
static void |
setClients(org.pac4j.core.client.Clients clients) |
static void |
setProfileTimeout(int profileTimeout) |
static void |
setSessionTimeout(int sessionTimeout) |
public static int getProfileTimeout()
public static void setProfileTimeout(int profileTimeout)
public static int getSessionTimeout()
public static void setSessionTimeout(int sessionTimeout)
public static org.pac4j.core.client.Clients getClients()
public static void setClients(org.pac4j.core.client.Clients clients)
public static String getCacheKeyPrefix()
public static void setCacheKeyPrefix(String cacheKeyPrefix)
cacheKeyPrefix - Copyright © 2015. All Rights Reserved.