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.
    1. Include new Form, Url, or Header parameters.
    2. Implement the GetCustomAuthParams() method with the following method signature: String response GetCustomAuthParams(RequestInfo,Ilogger)
    3. Define custom parameters for the inner class.
    4. Set all the bean method values to use the custom parameter.