Class OAuthFlows
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.OAuthFlows
-
- All Implemented Interfaces:
RxDelegate
public class OAuthFlows extends Object implements RxDelegate
Represents an OAuth Flows Object.NOTE: This class has been automatically generated from the
originalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OAuthFlows>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description OAuthFlows(OAuthFlows delegate)OAuthFlows(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OAuthFlowgetAuthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlowgetClientCredentials()Configuration for the OAuth Client Credentials flow.OAuthFlowsgetDelegate()OAuthFlowgetImplicit()Configuration for the OAuth Implicit flow.OAuthFlowgetPassword()Configuration for the OAuth Resource Owner Password flowinthashCode()static OAuthFlowsnewInstance(OAuthFlows arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<OAuthFlows> __TYPE_ARG
-
-
Constructor Detail
-
OAuthFlows
public OAuthFlows(OAuthFlows delegate)
-
OAuthFlows
public OAuthFlows(Object delegate)
-
-
Method Detail
-
getDelegate
public OAuthFlows getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
getImplicit
public OAuthFlow getImplicit()
Configuration for the OAuth Implicit flow.- Returns:
-
getPassword
public OAuthFlow getPassword()
Configuration for the OAuth Resource Owner Password flow- Returns:
-
getClientCredentials
public OAuthFlow getClientCredentials()
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.- Returns:
-
getAuthorizationCode
public OAuthFlow getAuthorizationCode()
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.- Returns:
-
newInstance
public static OAuthFlows newInstance(OAuthFlows arg)
-
-