REST API Connector Guide > Custom Authentication for REST API > Implementing the Java Template
  

Implementing the Java Template

Implement the CustomAuth.java file to customize an authentication type.
    1Include new Form, Url, or Header parameters.
    2Implement the GetCustomAuthParams() method with the following method signature: String response GetCustomAuthParams(RequestInfo,Ilogger)
    3Define custom parameters for the inner class.
    4Set all the bean method values to use the custom parameter.