Uses of Class
io.muserver.openapi.OAuthFlowObject
-
Packages that use OAuthFlowObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of OAuthFlowObject in io.muserver.openapi
Fields in io.muserver.openapi declared as OAuthFlowObject Modifier and Type Field Description OAuthFlowObject
OAuthFlowsObject. authorizationCode
Deprecated.useOAuthFlowsObject.authorizationCode()
insteadOAuthFlowObject
OAuthFlowsObject. clientCredentials
Deprecated.useOAuthFlowsObject.clientCredentials()
insteadOAuthFlowObject
OAuthFlowsObject. implicit
Deprecated.useOAuthFlowsObject.implicit()
insteadOAuthFlowObject
OAuthFlowsObject. password
Deprecated.useOAuthFlowsObject.password()
insteadMethods in io.muserver.openapi that return OAuthFlowObject Modifier and Type Method Description OAuthFlowObject
OAuthFlowsObject. authorizationCode()
OAuthFlowObject
OAuthFlowObjectBuilder. build()
OAuthFlowObject
OAuthFlowsObject. clientCredentials()
OAuthFlowObject
OAuthFlowsObject. implicit()
OAuthFlowObject
OAuthFlowsObject. password()
Methods in io.muserver.openapi with parameters of type OAuthFlowObject Modifier and Type Method Description OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withAuthorizationCode(OAuthFlowObject authorizationCode)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withClientCredentials(OAuthFlowObject clientCredentials)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withImplicit(OAuthFlowObject implicit)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withPassword(OAuthFlowObject password)
-