public class OAuthFlowsImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.security.OAuthFlows> implements org.eclipse.microprofile.openapi.models.security.OAuthFlows
extensions
Constructor and Description |
---|
OAuthFlowsImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
getAuthorizationCode() |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
getClientCredentials() |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
getImplicit() |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
getPassword() |
static void |
merge(org.eclipse.microprofile.openapi.annotations.security.OAuthFlows from,
org.eclipse.microprofile.openapi.models.security.OAuthFlows to,
boolean override) |
void |
setAuthorizationCode(org.eclipse.microprofile.openapi.models.security.OAuthFlow authorizationCode) |
void |
setClientCredentials(org.eclipse.microprofile.openapi.models.security.OAuthFlow clientCredentials) |
void |
setImplicit(org.eclipse.microprofile.openapi.models.security.OAuthFlow implicit) |
void |
setPassword(org.eclipse.microprofile.openapi.models.security.OAuthFlow password) |
addExtension, convertExtensionValue, extensionName, getExtensions, merge, removeExtension, setExtensions, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public org.eclipse.microprofile.openapi.models.security.OAuthFlow getImplicit()
getImplicit
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public void setImplicit(org.eclipse.microprofile.openapi.models.security.OAuthFlow implicit)
setImplicit
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public org.eclipse.microprofile.openapi.models.security.OAuthFlow getPassword()
getPassword
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public void setPassword(org.eclipse.microprofile.openapi.models.security.OAuthFlow password)
setPassword
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public org.eclipse.microprofile.openapi.models.security.OAuthFlow getClientCredentials()
getClientCredentials
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public void setClientCredentials(org.eclipse.microprofile.openapi.models.security.OAuthFlow clientCredentials)
setClientCredentials
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public org.eclipse.microprofile.openapi.models.security.OAuthFlow getAuthorizationCode()
getAuthorizationCode
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public void setAuthorizationCode(org.eclipse.microprofile.openapi.models.security.OAuthFlow authorizationCode)
setAuthorizationCode
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
public static void merge(org.eclipse.microprofile.openapi.annotations.security.OAuthFlows from, org.eclipse.microprofile.openapi.models.security.OAuthFlows to, boolean override)
Copyright © 2019. All rights reserved.