Package | Description |
---|---|
org.springframework.boot.autoconfigure.security |
Auto-configuration for Spring Security.
|
Modifier and Type | Method and Description |
---|---|
SecurityAuthorizeMode |
SecurityProperties.Basic.getAuthorizeMode() |
static SecurityAuthorizeMode |
SecurityAuthorizeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAuthorizeMode[] |
SecurityAuthorizeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityProperties.Basic.setAuthorizeMode(SecurityAuthorizeMode authorizeMode) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.