public abstract class OAuthFlow extends ExtensibleNode
| Modifier and Type | Field and Description |
|---|---|
String |
authorizationUrl |
String |
refreshUrl |
Map<String,String> |
scopes |
String |
tokenUrl |
_extensions_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems| Constructor and Description |
|---|
OAuthFlow()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addScope(String scope,
String description)
Adds a scope.
|
List<String> |
getScopes()
Gets the list of scopes.
|
void |
removeScope(String scope)
Removes a scope.
|
addExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtensionaccept, addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttributeCopyright © 2019 Red Hat. All rights reserved.