public class SwaggerConfig
extends java.lang.Object
| Constructor and Description |
|---|
SwaggerConfig() |
| Modifier and Type | Method and Description |
|---|---|
Docket |
apiDocumentation() |
protected ApiInfo |
apiInfo() |
protected OAuth |
clientCredentialFlow() |
protected SecurityContext |
clientCredentialSecurityContext() |
protected java.util.List<SecurityReference> |
clientCredentialSecurityReferences() |
protected java.lang.String |
getPropertyValue(java.lang.String propertyName) |
protected OAuth |
passwordFlow() |
protected SecurityContext |
passwordSecurityContext() |
protected java.util.List<SecurityReference> |
passwordSecurityReferences() |
public Docket apiDocumentation()
protected ApiInfo apiInfo()
protected OAuth passwordFlow()
protected OAuth clientCredentialFlow()
protected java.lang.String getPropertyValue(java.lang.String propertyName)
protected SecurityContext clientCredentialSecurityContext()
protected SecurityContext passwordSecurityContext()
protected java.util.List<SecurityReference> clientCredentialSecurityReferences()
protected java.util.List<SecurityReference> passwordSecurityReferences()
Copyright © 2018 SAP SE. All Rights Reserved.