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

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

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