public static class SwaggerProperties.Authorization extends Object
| 构造器和说明 |
|---|
Authorization() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SwaggerProperties.AuthorizationScope> |
getAuthorizationScopeList() |
String |
getAuthRegex() |
String |
getName() |
List<String> |
getTokenUrlList() |
void |
setAuthorizationScopeList(List<SwaggerProperties.AuthorizationScope> authorizationScopeList) |
void |
setAuthRegex(String authRegex) |
void |
setName(String name) |
void |
setTokenUrlList(List<String> tokenUrlList) |
public String getName()
public void setName(String name)
public String getAuthRegex()
public void setAuthRegex(String authRegex)
public List<SwaggerProperties.AuthorizationScope> getAuthorizationScopeList()
public void setAuthorizationScopeList(List<SwaggerProperties.AuthorizationScope> authorizationScopeList)
Copyright © 2021. All rights reserved.