Package org.wildfly.security.http.oidc
Class NodesRegistrationManagement
- java.lang.Object
-
- org.wildfly.security.http.oidc.NodesRegistrationManagement
-
public class NodesRegistrationManagement extends Object
Used for clustering with Keycloak.- Author:
- Marek Posolda, Farah Juma
-
-
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(OidcClientConfiguration deployment)protected booleansendUnregistrationEvent(OidcClientConfiguration deployment)voidstop()Called during undeployment or server stop.voidtryRegister(OidcClientConfiguration resolvedDeployment)
-
-
-
Method Detail
-
tryRegister
public void tryRegister(OidcClientConfiguration resolvedDeployment)
-
stop
public void stop()
Called during undeployment or server stop. De-register from all previously registered deployments
-
sendRegistrationEvent
protected void sendRegistrationEvent(OidcClientConfiguration deployment)
-
sendUnregistrationEvent
protected boolean sendUnregistrationEvent(OidcClientConfiguration deployment)
-
-