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, removeExtension
accept, addExtraProperty, addValidationProblem, attachToParent, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, isAttached, modelId, ownerDocument, parent, removeExtraProperty, setAttribute
Copyright © 2020 Red Hat. All rights reserved.