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 |
addScope(String scope,
String description) |
String |
getAuthorizationUrl() |
String |
getRefreshUrl() |
org.eclipse.microprofile.openapi.models.security.Scopes |
getScopes() |
String |
getTokenUrl() |
void |
removeScope(String scope) |
void |
setAuthorizationUrl(String authorizationUrl) |
void |
setRefreshUrl(String refreshUrl) |
void |
setScopes(Map<String,String> scopes) |
void |
setScopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes) |
void |
setTokenUrl(String tokenUrl) |
addExtension, getExtensions, removeExtension, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic String getAuthorizationUrl()
getAuthorizationUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.getAuthorizationUrl()public void setAuthorizationUrl(String authorizationUrl)
setAuthorizationUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.setAuthorizationUrl(java.lang.String)public String getTokenUrl()
getTokenUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.getTokenUrl()public void setTokenUrl(String tokenUrl)
setTokenUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.setTokenUrl(java.lang.String)public String getRefreshUrl()
getRefreshUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.getRefreshUrl()public void setRefreshUrl(String refreshUrl)
setRefreshUrl in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.setRefreshUrl(java.lang.String)public org.eclipse.microprofile.openapi.models.security.Scopes getScopes()
getScopes in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowOAuthFlow.getScopes()public void setScopes(Map<String,String> scopes)
setScopes in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowpublic org.eclipse.microprofile.openapi.models.security.OAuthFlow addScope(String scope, String description)
public void removeScope(String scope)
public void setScopes(org.eclipse.microprofile.openapi.models.security.Scopes scopes)
setScopes in interface org.eclipse.microprofile.openapi.models.security.OAuthFlowCopyright © 2018–2021. All rights reserved.