public class SecurityConfigUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
AUTHORIZATION_RULE |
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,
AuthorizationConfig authorizationConfig)
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 org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry configureSimpleSecurity(org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry security, AuthorizationConfig authorizationConfig)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.