Interface NodeManager


public interface NodeManager
Manages registration of application nodes.
Version:
$Revision: 1 $
Author:
Scott Rossillo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registers the given deployment with the Keycloak server.
    void
    Unregisters the give deployment from the Keycloak server .
  • Method Details

    • register

      void register(KeycloakDeployment deployment)
      Registers the given deployment with the Keycloak server.
      Parameters:
      deployment - the deployment to register (required)
    • unregister

      void unregister(KeycloakDeployment deployment)
      Unregisters the give deployment from the Keycloak server .
      Parameters:
      deployment - the deployment to unregister (required)