All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aeontronix.anypointsdk.auth.AnypointAuthenticationHandler Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta35
Show newest version
package com.aeontronix.anypointsdk.auth;

import com.aeontronix.anypointsdk.AnypointClient;
import com.aeontronix.restclient.auth.BearerTokenAuthenticationHandler;

public abstract class AnypointAuthenticationHandler extends BearerTokenAuthenticationHandler {
    protected String anypointBaseUrl;

    public void setAnypointBaseUrl(String anypointBaseUrl) {
        this.anypointBaseUrl = anypointBaseUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy