Class FailoverSecurityRealm

java.lang.Object
org.wildfly.security.auth.realm.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