Class NotPreventedAuthenticationPolicy

All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationPolicy, org.apereo.cas.util.NamedObject, org.springframework.core.Ordered

public class NotPreventedAuthenticationPolicy extends AtLeastOneCredentialValidatedAuthenticationPolicy
Authentication policy that defines success as at least one authentication success and no authentication attempts that were prevented by system errors. This policy may be a desirable alternative to AtLeastOneCredentialValidatedAuthenticationPolicy for cases where deployers wish to fail closed for indeterminate security events.
Since:
4.0.0
See Also: