@Component @ConfigurationProperties(prefix="spring.admin.interceptor") public class InterceptorProperties extends Object
Description:
| 构造器和说明 |
|---|
InterceptorProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAccessExpiredTimestamp() |
List<String> |
getExcludeAccessPaths() |
List<String> |
getExcludeAuthorityPaths() |
List<String> |
getIncludeAccessPaths() |
List<String> |
getIncludeAuthorityPaths() |
void |
setAccessExpiredTimestamp(long accessExpiredTimestamp) |
void |
setExcludeAccessPaths(List<String> excludeAccessPaths) |
void |
setExcludeAuthorityPaths(List<String> excludeAuthorityPaths) |
void |
setIncludeAccessPaths(List<String> includeAccessPaths) |
void |
setIncludeAuthorityPaths(List<String> includeAuthorityPaths) |
Copyright © 2021. All rights reserved.