Class OAuthFlowImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.security.OAuthFlow>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.security.OAuthFlow>
io.smallrye.openapi.internal.models.security.OAuthFlow
io.smallrye.openapi.api.models.security.OAuthFlowImpl
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible
,org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.security.OAuthFlow>
,org.eclipse.microprofile.openapi.models.security.OAuthFlow
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.openapi.internal.models.security.OAuthFlow
OAuthFlow.Properties
Nested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel
BaseModel.MergeDirective
-
Field Summary
Fields inherited from class io.smallrye.openapi.internal.models.security.OAuthFlow
PROPERTIES
Fields inherited from class io.smallrye.openapi.model.BaseModel
properties
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class io.smallrye.openapi.internal.models.security.OAuthFlow
addScope, getAuthorizationUrl, getPropertyMetadata, getRefreshUrl, getScopes, getTokenUrl, removeScope, setAuthorizationUrl, setRefreshUrl, setScopes, setTokenUrl
Methods inherited from class io.smallrye.openapi.model.BaseExtensibleModel
addExtension, addListPropertyEntry, equals, getAllExtensions, getAllProperties, getExtension, getExtensions, getListProperty, getMapProperty, getProperty, getProperty, hashCode, isExtension, merge, putMapPropertyEntry, removeExtension, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setExtensions, setListProperty, setMapProperty, setProperty
Methods inherited from class io.smallrye.openapi.model.BaseModel
constructible, deepCopy, filter, filter, getDescription, getExternalDocs, getModCount, getName, getProperties, getRef, getSummary, incrementModCount, merge, mergeDirective, setDescription, setExternalDocs, setName, setRef, setSummary, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensions
Methods inherited from interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
authorizationUrl, refreshUrl, scopes, tokenUrl
-
Constructor Details
-
OAuthFlowImpl
public OAuthFlowImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
OASFactory.createOAuthFlow()
instead.