Package | Description |
---|---|
io.muserver.openapi |
A model of the Open API spec, which is used internally when creating documentation for JAX-RS services.
|
Modifier and Type | Field and Description |
---|---|
OAuthFlowObject |
OAuthFlowsObject.authorizationCode |
OAuthFlowObject |
OAuthFlowsObject.clientCredentials |
OAuthFlowObject |
OAuthFlowsObject.implicit |
OAuthFlowObject |
OAuthFlowsObject.password |
Modifier and Type | Method and Description |
---|---|
OAuthFlowObject |
OAuthFlowObjectBuilder.build() |
Modifier and Type | Method and Description |
---|---|
OAuthFlowsObjectBuilder |
OAuthFlowsObjectBuilder.withAuthorizationCode(OAuthFlowObject authorizationCode) |
OAuthFlowsObjectBuilder |
OAuthFlowsObjectBuilder.withClientCredentials(OAuthFlowObject clientCredentials) |
OAuthFlowsObjectBuilder |
OAuthFlowsObjectBuilder.withImplicit(OAuthFlowObject implicit) |
OAuthFlowsObjectBuilder |
OAuthFlowsObjectBuilder.withPassword(OAuthFlowObject password) |
Copyright © 2017–2019. All rights reserved.