|
|
|
@ -56,7 +56,7 @@ public class SecurityProperties implements SecurityPrerequisite {
|
|
|
|
|
public static final int IGNORED_ORDER = Ordered.HIGHEST_PRECEDENCE;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The default order of Spring Security's Filter
|
|
|
|
|
* Default order of Spring Security's Filter.
|
|
|
|
|
*/
|
|
|
|
|
public static final int DEFAULT_FILTER_ORDER = 0;
|
|
|
|
|
|
|
|
|
@ -239,7 +239,7 @@ public class SecurityProperties implements SecurityPrerequisite {
|
|
|
|
|
private String[] path = new String[] { "/**" };
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The security authorize mode to apply.
|
|
|
|
|
* Security authorize mode to apply.
|
|
|
|
|
*/
|
|
|
|
|
private SecurityAuthorizeMode authorizeMode = SecurityAuthorizeMode.ROLE;
|
|
|
|
|
|
|
|
|
|