Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.config.http |
Parsing of the <http> namespace element.
|
Modifier and Type | Method and Description |
---|---|
SessionManagementConfigurer<H> |
SessionManagementConfigurer.sessionCreationPolicy(SessionCreationPolicy sessionCreationPolicy)
Allows specifying the
SessionCreationPolicy |
Modifier and Type | Method and Description |
---|---|
static SessionCreationPolicy |
SessionCreationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionCreationPolicy[] |
SessionCreationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.