Class OAuthParameterModelProperty

java.lang.Object
org.mule.runtime.extension.api.connectivity.oauth.OAuthParameterModelProperty
All Implemented Interfaces:
Serializable, org.mule.runtime.api.meta.model.ModelProperty, org.mule.runtime.api.meta.NamedObject

public class OAuthParameterModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
A private ModelProperty used on ParameterModel instances, indicating that such parameter should be used as an OAuth parameter.

This is equivalent to the OAuthParameter annotation

Since:
1.0
See Also:
  • Constructor Details

  • Method Details

    • getRequestAlias

      public String getRequestAlias()
      Returns:
      the name under which the parameter is sent to the OAuth provider during the authentication dance
    • getName

      public String getName()
      Specified by:
      getName in interface org.mule.runtime.api.meta.model.ModelProperty
      Specified by:
      getName in interface org.mule.runtime.api.meta.NamedObject
      Returns:
      oauthParameter
    • getPlacement

      public HttpParameterPlacement getPlacement()
      Returns:
      The parameter's placement
      Since:
      1.2.1
    • isPublic

      public boolean isPublic()
      Specified by:
      isPublic in interface org.mule.runtime.api.meta.model.ModelProperty
      Returns:
      false