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

org.keycloak.ClientConnection Maven / Gradle / Ivy

package org.keycloak;

/**
 * Information about the client connection
 *
 * @author Bill Burke
 * @version $Revision: 1 $
 */
public interface ClientConnection {
    String getRemoteAddr();
    String getRemoteHost();
    int getReportPort();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy