Interface NodeManager
-
public interface NodeManager
Manages registration of application nodes.- Version:
- $Revision: 1 $
- Author:
- Scott Rossillo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(KeycloakDeployment deployment)
Registers the given deployment with the Keycloak server.void
unregister(KeycloakDeployment deployment)
Unregisters the give deployment from the Keycloak server .
-
-
-
Method Detail
-
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)
-
-