@ConfigurationProperties(value="micronaut.security.session")
public class SecuritySessionConfigurationProperties
extends java.lang.Object
implements io.micronaut.core.util.Toggleable
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_ENABLED
The default enable value.
|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
SecuritySessionConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)
Sets whether the session config is enabled.
|
public static final java.lang.String PREFIX
public static final boolean DEFAULT_ENABLED
public SecuritySessionConfigurationProperties()
public boolean isEnabled()
isEnabled in interface io.micronaut.core.util.Toggleablepublic void setEnabled(boolean enabled)
enabled - True if it is enabled