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