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

com.dg.libs.rest.authentication.AuthenticationProvider Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.dg.libs.rest.authentication;

import com.dg.libs.rest.client.BaseRestClient;

public interface AuthenticationProvider {

  public void authenticateRequest(BaseRestClient client);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy