Package org.keycloak.adapters
Class NodesRegistrationManagement
java.lang.Object
org.keycloak.adapters.NodesRegistrationManagement
- Author:
- Marek Posolda
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsendRegistrationEvent(KeycloakDeployment deployment) protected booleansendUnregistrationEvent(KeycloakDeployment deployment) voidstop()Called during undeployment or server stop.voidtryRegister(KeycloakDeployment resolvedDeployment)
-
Constructor Details
-
NodesRegistrationManagement
public NodesRegistrationManagement()
-
-
Method Details
-
tryRegister
-
stop
public void stop()Called during undeployment or server stop. De-register from all previously registered deployments -
sendRegistrationEvent
-
sendUnregistrationEvent
-