Class FailoverSecurityRealm

  • All Implemented Interfaces:
    SecurityRealm

    public class FailoverSecurityRealm
    extends Object
    implements SecurityRealm
    A realm which wraps one realm and fails over to another in case the first is unavailable.
    Author:
    Martin Mazanek