Class AggregateSecurityRealm

java.lang.Object
org.wildfly.security.auth.realm.AggregateSecurityRealm
All Implemented Interfaces:
SecurityRealm

public final class AggregateSecurityRealm extends Object implements SecurityRealm
A realm which directs authentication to one realm and authorization to another. The authentication realm need not provide any authorization information. Likewise the authorization realm need not provide any authentication credential acquisition or verification capabilities.
Author:
David M. Lloyd