Tabnine Logo
ClientConnection.getRemoteAddr
Code IndexAdd Tabnine to your IDE (free)

How to use
getRemoteAddr
method
in
org.keycloak.common.ClientConnection

Best Java code snippets using org.keycloak.common.ClientConnection.getRemoteAddr (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
origin: org.keycloak/keycloak-common

public boolean isRequired(ClientConnection connection) {
  return isRequired(connection.getRemoteAddr());
}
origin: org.keycloak/keycloak-events-api

public EventBuilder(RealmModel realm, KeycloakSession session, ClientConnection clientConnection) {
  this.realm = realm;
  event = new Event();
  if (realm.isEventsEnabled()) {
    EventStoreProvider store = session.getProvider(EventStoreProvider.class);
    if (store != null) {
      this.store = store;
    } else {
      log.error("Events enabled, but no event store provider configured");
    }
  }
  if (realm.getEventsListeners() != null && !realm.getEventsListeners().isEmpty()) {
    this.listeners = new LinkedList<>();
    for (String id : realm.getEventsListeners()) {
      EventListenerProvider listener = session.getProvider(EventListenerProvider.class, id);
      if (listener != null) {
        listeners.add(listener);
      } else {
        log.error("Event listener '" + id + "' registered, but provider not found");
      }
    }
  }
  realm(realm);
  ipAddress(clientConnection.getRemoteAddr());
}
org.keycloak.commonClientConnectiongetRemoteAddr

Popular methods of ClientConnection

    Popular in Java

    • Finding current android device location
    • addToBackStack (FragmentTransaction)
    • compareTo (BigDecimal)
    • runOnUiThread (Activity)
    • System (java.lang)
      Provides access to system-related information and resources including standard input and output. Ena
    • URL (java.net)
      A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
    • Path (java.nio.file)
    • BlockingQueue (java.util.concurrent)
      A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
    • Filter (javax.servlet)
      A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
    • JFrame (javax.swing)
    • 21 Best IntelliJ Plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now