Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
Modifier and Type | Method and Description |
---|---|
ManagementServerProperties.SessionCreationPolicy |
ManagementServerProperties.Security.getSessions() |
static ManagementServerProperties.SessionCreationPolicy |
ManagementServerProperties.SessionCreationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementServerProperties.SessionCreationPolicy[] |
ManagementServerProperties.SessionCreationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementServerProperties.Security.setSessions(ManagementServerProperties.SessionCreationPolicy sessions) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.