Rename SecurityPrequisite -> SecurityPrerequisite
Closes gh-2179
This commit is contained in:
@@ -74,7 +74,7 @@ public class AuthenticationManagerConfiguration extends
|
||||
.getLog(AuthenticationManagerConfiguration.class);
|
||||
|
||||
@Autowired
|
||||
private List<SecurityPrequisite> dependencies;
|
||||
private List<SecurityPrerequisite> dependencies;
|
||||
|
||||
@Autowired
|
||||
private SecurityProperties security;
|
||||
|
||||
@@ -22,6 +22,6 @@ package org.springframework.boot.autoconfigure.security;
|
||||
*
|
||||
* @author Dave Syer
|
||||
*/
|
||||
public interface SecurityPrequisite {
|
||||
public interface SecurityPrerequisite {
|
||||
|
||||
}
|
||||
@@ -32,7 +32,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Dave Syer
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "security", ignoreUnknownFields = false)
|
||||
public class SecurityProperties implements SecurityPrequisite {
|
||||
public class SecurityProperties implements SecurityPrerequisite {
|
||||
|
||||
/**
|
||||
* Order before the basic authentication access control provided by Boot. This is a
|
||||
|
||||
Reference in New Issue
Block a user