2017-11-20 16:25 GMT+01:00 Jesse Glick <[email protected]>: > 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. >
The LDAP plugin does that :/ > > -- > 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. > -- Robert Sandell *Software Engineer* *CloudBees Inc.* -- 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/CALzHZS2c9nSw46tqo3%3DVkGwapymL8ztGLkYsFkgJk6F%2BMVuKyg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
