![JAR search and dependency download from the Maven repository](/logo.png)
com.aeontronix.anypointsdk.auth.AnypointAuthenticationHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anypoint-sdk Show documentation
Show all versions of anypoint-sdk Show documentation
Anypoint Software Development Toolkit
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