Class NodesRegistrationManagement

java.lang.Object
org.wildfly.security.http.oidc.NodesRegistrationManagement

public class NodesRegistrationManagement extends Object
Used for clustering with Keycloak.
Author:
Marek Posolda, Farah Juma
  • Constructor Details

    • NodesRegistrationManagement

      public NodesRegistrationManagement()
  • Method Details

    • tryRegister

      public void tryRegister(OidcClientConfiguration resolvedDeployment)
    • stop

      public void stop()
      Called during undeployment or server stop. De-register from all previously registered deployments
    • sendRegistrationEvent

      protected void sendRegistrationEvent(OidcClientConfiguration deployment)
    • sendUnregistrationEvent

      protected boolean sendUnregistrationEvent(OidcClientConfiguration deployment)