@Component @Configuration @EnableConfigurationProperties(value=UnsecuredPathsConfig.class) public class UnsecuredPaths extends Object
| Constructor and Description |
|---|
UnsecuredPaths(UnsecuredPathsConfig unsecuredPathsConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnsecuredPath(String pathToAdd) |
void |
clearUnsecuredPaths() |
List<String> |
getUnsecuredPaths() |
@Autowired public UnsecuredPaths(UnsecuredPathsConfig unsecuredPathsConfig)
Copyright © 2018. All rights reserved.