Package org.keycloak.adapters
Class NodesRegistrationManagement
- java.lang.Object
-
- org.keycloak.adapters.NodesRegistrationManagement
-
public class NodesRegistrationManagement extends Object
- Author:
- Marek Posolda
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodesRegistrationManagement.NodeRegistrationContext
-
Constructor Summary
Constructors Constructor Description NodesRegistrationManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsendRegistrationEvent(KeycloakDeployment deployment)protected booleansendUnregistrationEvent(KeycloakDeployment deployment)voidstop()Called during undeployment or server stop.voidtryRegister(KeycloakDeployment resolvedDeployment)
-
-
-
Method Detail
-
tryRegister
public void tryRegister(KeycloakDeployment resolvedDeployment)
-
stop
public void stop()
Called during undeployment or server stop. De-register from all previously registered deployments
-
sendRegistrationEvent
protected void sendRegistrationEvent(KeycloakDeployment deployment)
-
sendUnregistrationEvent
protected boolean sendUnregistrationEvent(KeycloakDeployment deployment)
-
-