public class SecurityConfigUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
AUTHORIZATION_RULE |
static String |
BASIC_AUTH_REALM_NAME |
static String |
ROLE_PREFIX |
| Constructor and Description |
|---|
SecurityConfigUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
configureSimpleSecurity(org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry security,
AuthorizationProperties authorizationProperties)
Read the configuration for "simple" (that is, not ACL based) security and apply it.
|
public static final String ROLE_PREFIX
public static final Pattern AUTHORIZATION_RULE
public static final String BASIC_AUTH_REALM_NAME
public static org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry configureSimpleSecurity(org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry security,
AuthorizationProperties authorizationProperties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.