com.ibm.broker.rest

Interface ApiKeySecurityScheme

  • All Superinterfaces:
    SecurityScheme


    public interface ApiKeySecurityScheme
    extends SecurityScheme
    An interface that describes an API key security scheme in an API. An API key security scheme accepts an additional parameter that is passed with other values in order to authenticate the client to the API.
    Since:
    IBM Integration Bus v10.0.0.6
    • Method Detail

      • getParameterName

        java.lang.String getParameterName()
        Get the name of this parameter, for example "customerId".
        Returns:
        the name of this parameter.
      • getParameterType

        ParameterType getParameterType()
        Get the type of this parameter, for example "QUERY".
        Returns:
        the type of this parameter.