Package org.wildfly.security.http.oidc
Class NodesRegistrationManagement
java.lang.Object
org.wildfly.security.http.oidc.NodesRegistrationManagement
Used for clustering with Keycloak.
- Author:
- Marek Posolda, Farah Juma
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsendRegistrationEvent(OidcClientConfiguration deployment) protected booleansendUnregistrationEvent(OidcClientConfiguration deployment) voidstop()Called during undeployment or server stop.voidtryRegister(OidcClientConfiguration 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
-