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