On Sat, Nov 18, 2017 at 9:57 AM, <[email protected]> wrote: > The idea is simple: create a new security realm (composite) which delegates > methods calls to some chosen security realms (components).
The idea is indeed simple. Last I looked into it, the obstacle was code in concrete security realm plugins which called `Jenkins.getInstance().getSecurityRealm()` and checked if the result was an instance of the type defined in the same plugin, and behaved differently according to that check. Maybe that is no longer the case and there is no problem, but it needs to be verified. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0C4rpQ3PSY66zvY%2BZqnsdqrz53VqygCL_6XA1%2BicZM-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
