Class ChainingAuthenticatorPolicyRule

All Implemented Interfaces:
AuthenticatorPolicy, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class ChainingAuthenticatorPolicyRule extends AbstractAuthenticatorPolicyRule
A AuthenticatorPolicy implementation that verifies an authenticator is acceptable based on a chain of configured rules.

Verification ends if any of the chained rules signals the authenticator should be rejected.