Class MultiTenantJaasCallbackHandler

java.lang.Object
org.openremote.manager.security.MultiTenantJaasCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class MultiTenantJaasCallbackHandler extends Object implements CallbackHandler
A version of JaasCallbackHandler that supports multi-tenancy by introducing support for KeycloakDeploymentCallback. Unfortunately the fields are private so had to copy most of the code below.