Class OAuthFlowImpl
- java.lang.Object
-
- com.reprezen.jsonoverlay.JsonOverlay<V>
-
- com.reprezen.jsonoverlay.PropertiesOverlay<OAuthFlow>
-
- com.reprezen.kaizen.oasparser.ovl3.OAuthFlowImpl
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_authorizationUrlstatic StringF_extensionsstatic StringF_refreshUrlstatic StringF_scopesstatic StringF_scopesExtensionsstatic StringF_tokenUrlstatic com.reprezen.jsonoverlay.OverlayFactory<OAuthFlow>factory
-
Constructor Summary
Constructors Constructor Description OAuthFlowImpl(com.fasterxml.jackson.databind.JsonNode json, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)OAuthFlowImpl(OAuthFlow oAuthFlow, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_elaborateJson()protected com.reprezen.jsonoverlay.OverlayFactory<?>_getFactory()Class<?>_getModelType()static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<OAuthFlow>builder(OV modelMember)static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
OAuthFlowcreate(OV modelMember)StringgetAuthorizationUrl()ObjectgetExtension(String name)Map<String,Object>getExtensions()Map<String,Object>getExtensions(boolean elaborate)StringgetRefreshUrl()StringgetScope(String name)Map<String,String>getScopes()Map<String,String>getScopes(boolean elaborate)ObjectgetScopesExtension(String name)Map<String,Object>getScopesExtensions()Map<String,Object>getScopesExtensions(boolean elaborate)StringgetTokenUrl()booleanhasExtension(String name)booleanhasExtensions()booleanhasScope(String name)booleanhasScopes()booleanhasScopesExtension(String name)booleanhasScopesExtensions()voidremoveExtension(String name)voidremoveScope(String name)voidremoveScopesExtension(String name)voidsetAuthorizationUrl(String authorizationUrl)voidsetExtension(String name, Object extension)voidsetExtensions(Map<String,Object> extensions)voidsetRefreshUrl(String refreshUrl)voidsetScope(String name, String scope)voidsetScopes(Map<String,String> scopes)voidsetScopesExtension(String name, Object scopesExtension)voidsetScopesExtensions(Map<String,Object> scopesExtensions)voidsetTokenUrl(String tokenUrl)-
Methods inherited from class com.reprezen.jsonoverlay.PropertiesOverlay
_add, _createList, _createMap, _createScalar, _elaborate, _findInternal, _fixJson, _fromJson, _get, _get, _get, _get, _get, _get, _getList, _getList, _getMap, _getMap, _getOverlay, _insert, _isElaborated, _isPresent, _remove, _remove, _set, _set, _setList, _setMap, _setScalar, _toJsonInternal, equals, equals, hashCode
-
Methods inherited from class com.reprezen.jsonoverlay.JsonOverlay
_ensureElaborated, _getCreatingRef, _jsonArray, _jsonBoolean, _jsonMissing, _jsonNull, _jsonObject, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _setCreatingRef, _setParent, builder, create, toString
-
-
-
-
Field Detail
-
F_authorizationUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_authorizationUrl- See Also:
- Constant Field Values
-
F_tokenUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_tokenUrl- See Also:
- Constant Field Values
-
F_refreshUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_refreshUrl- See Also:
- Constant Field Values
-
F_scopes
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_scopes- See Also:
- Constant Field Values
-
F_scopesExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_scopesExtensions- See Also:
- Constant Field Values
-
F_extensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static final String F_extensions- See Also:
- Constant Field Values
-
factory
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static com.reprezen.jsonoverlay.OverlayFactory<OAuthFlow> factory
-
-
Constructor Detail
-
OAuthFlowImpl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public OAuthFlowImpl(com.fasterxml.jackson.databind.JsonNode json, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
OAuthFlowImpl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public OAuthFlowImpl(OAuthFlow oAuthFlow, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-
-
Method Detail
-
getAuthorizationUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public String getAuthorizationUrl()- Specified by:
getAuthorizationUrlin interfaceOAuthFlow
-
setAuthorizationUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setAuthorizationUrl(String authorizationUrl)- Specified by:
setAuthorizationUrlin interfaceOAuthFlow
-
getTokenUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public String getTokenUrl()- Specified by:
getTokenUrlin interfaceOAuthFlow
-
setTokenUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setTokenUrl(String tokenUrl)- Specified by:
setTokenUrlin interfaceOAuthFlow
-
getRefreshUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public String getRefreshUrl()- Specified by:
getRefreshUrlin interfaceOAuthFlow
-
setRefreshUrl
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setRefreshUrl(String refreshUrl)- Specified by:
setRefreshUrlin interfaceOAuthFlow
-
getScopes
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,String> getScopes()
-
getScopes
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,String> getScopes(boolean elaborate)
-
hasScopes
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasScopes()
-
hasScope
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasScope(String name)
-
getScope
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public String getScope(String name)
-
setScopes
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setScopes(Map<String,String> scopes)
-
setScope
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setScope(String name, String scope)
-
removeScope
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void removeScope(String name)- Specified by:
removeScopein interfaceOAuthFlow
-
getScopesExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getScopesExtensions()- Specified by:
getScopesExtensionsin interfaceOAuthFlow
-
getScopesExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getScopesExtensions(boolean elaborate)- Specified by:
getScopesExtensionsin interfaceOAuthFlow
-
hasScopesExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasScopesExtensions()- Specified by:
hasScopesExtensionsin interfaceOAuthFlow
-
hasScopesExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasScopesExtension(String name)- Specified by:
hasScopesExtensionin interfaceOAuthFlow
-
getScopesExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Object getScopesExtension(String name)- Specified by:
getScopesExtensionin interfaceOAuthFlow
-
setScopesExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setScopesExtensions(Map<String,Object> scopesExtensions)- Specified by:
setScopesExtensionsin interfaceOAuthFlow
-
setScopesExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setScopesExtension(String name, Object scopesExtension)- Specified by:
setScopesExtensionin interfaceOAuthFlow
-
removeScopesExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void removeScopesExtension(String name)- Specified by:
removeScopesExtensionin interfaceOAuthFlow
-
getExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getExtensions()- Specified by:
getExtensionsin interfaceOAuthFlow
-
getExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Map<String,Object> getExtensions(boolean elaborate)- Specified by:
getExtensionsin interfaceOAuthFlow
-
hasExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasExtensions()- Specified by:
hasExtensionsin interfaceOAuthFlow
-
hasExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public boolean hasExtension(String name)- Specified by:
hasExtensionin interfaceOAuthFlow
-
getExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Object getExtension(String name)- Specified by:
getExtensionin interfaceOAuthFlow
-
setExtensions
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setExtensions(Map<String,Object> extensions)- Specified by:
setExtensionsin interfaceOAuthFlow
-
setExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void setExtension(String name, Object extension)- Specified by:
setExtensionin interfaceOAuthFlow
-
removeExtension
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public void removeExtension(String name)- Specified by:
removeExtensionin interfaceOAuthFlow
-
_elaborateJson
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") protected void _elaborateJson()- Overrides:
_elaborateJsonin classcom.reprezen.jsonoverlay.PropertiesOverlay<OAuthFlow>
-
_getModelType
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public Class<?> _getModelType()- Overrides:
_getModelTypein classcom.reprezen.jsonoverlay.JsonOverlay<OAuthFlow>
-
_getFactory
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") protected com.reprezen.jsonoverlay.OverlayFactory<?> _getFactory()- Specified by:
_getFactoryin classcom.reprezen.jsonoverlay.JsonOverlay<OAuthFlow>
-
builder
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>> com.reprezen.jsonoverlay.Builder<OAuthFlow> builder(OV modelMember)
-
create
@Generated("com.reprezen.jsonoverlay.gen.CodeGenerator") public static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>> OAuthFlow create(OV modelMember)
-
-