| 程序包 | 说明 |
|---|---|
| springfox.documentation.builders | |
| springfox.documentation.service |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorizationScope |
AuthorizationScopeBuilder.build() |
AuthorizationScope |
AuthorizationScopeBuilder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
OAuthBuilder |
OAuthBuilder.scopes(List<AuthorizationScope> scopes)
Updates the authorization scopes with the new scopes
|
OAuthBuilder |
OAuthBuilder.scopes(List<AuthorizationScope> scopes)
Updates the authorization scopes with the new scopes
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<AuthorizationScope> |
OAuth.getScopes() |
List<AuthorizationScope> |
SecurityReference.getScopes() |
List<AuthorizationScope> |
SecurityReference.getScopes() |
List<AuthorizationScope> |
OAuth.getScopes() |
Map<String,List<AuthorizationScope>> |
Operation.getSecurityReferences() |
Map<String,List<AuthorizationScope>> |
Operation.getSecurityReferences() |
| 限定符和类型 | 方法和说明 |
|---|---|
SecurityReference.SecurityReferenceBuilder |
SecurityReference.SecurityReferenceBuilder.scopes(AuthorizationScope[] scopes)
Updates the authorization scopes that this authorization applies to.
|
SecurityReference.SecurityReferenceBuilder |
SecurityReference.SecurityReferenceBuilder.scopes(AuthorizationScope[] scopes)
Updates the authorization scopes that this authorization applies to.
|
| 构造器和说明 |
|---|
SecurityReference(String reference,
AuthorizationScope[] scopes) |
SecurityReference(String reference,
AuthorizationScope[] scopes) |
| 构造器和说明 |
|---|
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes,
List<VendorExtension> vendorExtensions) |
OAuth(String name,
List<AuthorizationScope> scopes,
List<GrantType> grantTypes,
List<VendorExtension> vendorExtensions) |
Copyright © 2023. All rights reserved.