Class IpAddressAuthProvider.BannedIpAddressException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    IpAddressAuthProvider

    public static class IpAddressAuthProvider.BannedIpAddressException
    extends org.springframework.security.authentication.DisabledException
    annoyingly, the Spring Auth Manager keeps iterating through its list of Auth Providers if one throws an exception unless it's a subclass of AccountStatusException. This is really quite crap, it's enough to be returned a null Authentication object to try the next provider.
    See Also:
    Serialized Form