Class EndpointHttpAuthenticationOauth
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.http.EndpointHttpAuthenticationOauth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthorizationCode(EndpointHttpAuthenticationOauthAuthorizationCode authorizationCode) voidsetClientCredentials(EndpointHttpAuthenticationOauthClientCredentials clientCredentials) voidsetPasswordCredentials(EndpointHttpAuthenticationOauthPasswordCredentials passwordCredentials) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
EndpointHttpAuthenticationOauth
public EndpointHttpAuthenticationOauth()
-
-
Method Details
-
getAuthorizationCode
-
setAuthorizationCode
public void setAuthorizationCode(EndpointHttpAuthenticationOauthAuthorizationCode authorizationCode) -
getClientCredentials
-
setClientCredentials
public void setClientCredentials(EndpointHttpAuthenticationOauthClientCredentials clientCredentials) -
getPasswordCredentials
-
setPasswordCredentials
public void setPasswordCredentials(EndpointHttpAuthenticationOauthPasswordCredentials passwordCredentials)
-