Package | Description |
---|---|
org.springframework.boot.autoconfigure.session |
Auto-configuration for Spring Session.
|
Modifier and Type | Method and Description |
---|---|
RedisSessionProperties.ConfigureAction |
RedisSessionProperties.getConfigureAction() |
static RedisSessionProperties.ConfigureAction |
RedisSessionProperties.ConfigureAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisSessionProperties.ConfigureAction[] |
RedisSessionProperties.ConfigureAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisSessionProperties.setConfigureAction(RedisSessionProperties.ConfigureAction configureAction) |