public class OAuthFlowImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.security.OAuthFlow> implements org.eclipse.microprofile.openapi.models.security.OAuthFlow, ModelImpl
OAuthFlow
OpenAPI model interface.Constructor and Description |
---|
OAuthFlowImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
authorizationUrl(String authorizationUrl) |
String |
getAuthorizationUrl() |
String |
getRefreshUrl() |
org.eclipse.microprofile.openapi.models.security.Scopes |
getScopes() |
String |
getTokenUrl() |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
refreshUrl(String refreshUrl) |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
scopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes) |
void |
setAuthorizationUrl(String authorizationUrl) |
void |
setRefreshUrl(String refreshUrl) |
void |
setScopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes) |
void |
setTokenUrl(String tokenUrl) |
org.eclipse.microprofile.openapi.models.security.OAuthFlow |
tokenUrl(String tokenUrl) |
addExtension, getExtensions, removeExtension, setExtensions
public String getAuthorizationUrl()
getAuthorizationUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.getAuthorizationUrl()
public void setAuthorizationUrl(String authorizationUrl)
setAuthorizationUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.setAuthorizationUrl(java.lang.String)
public org.eclipse.microprofile.openapi.models.security.OAuthFlow authorizationUrl(String authorizationUrl)
authorizationUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.authorizationUrl(java.lang.String)
public String getTokenUrl()
getTokenUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.getTokenUrl()
public void setTokenUrl(String tokenUrl)
setTokenUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.setTokenUrl(java.lang.String)
public org.eclipse.microprofile.openapi.models.security.OAuthFlow tokenUrl(String tokenUrl)
tokenUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.tokenUrl(java.lang.String)
public String getRefreshUrl()
getRefreshUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.getRefreshUrl()
public void setRefreshUrl(String refreshUrl)
setRefreshUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.setRefreshUrl(java.lang.String)
public org.eclipse.microprofile.openapi.models.security.OAuthFlow refreshUrl(String refreshUrl)
refreshUrl
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.refreshUrl(java.lang.String)
public org.eclipse.microprofile.openapi.models.security.Scopes getScopes()
getScopes
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.getScopes()
public void setScopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes)
setScopes
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.setScopes(org.eclipse.microprofile.openapi.models.security.Scopes)
public org.eclipse.microprofile.openapi.models.security.OAuthFlow scopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes)
scopes
in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
OAuthFlow.scopes(org.eclipse.microprofile.openapi.models.security.Scopes)
Copyright © 2018–2020. All rights reserved.