Add setRealm(Object) to SecurityRealmInterface
Brought to you by:
chris_schultz,
maxcooper
Per the SecurityConfig.addRealm() method, realm
adapters that implement SecurityRealmInterface must
have a setRealm(Object) method.
The attached patch adds this method to
SecurityRealmInterface, and implements it for the
SimpleSecurityRealmBase class.
Implement SecurityRealmInterface.setRealm(Object)