public interface SecurityExceptionChecker
Modifier and Type | Method and Description |
---|---|
boolean |
isAccessDenied(Throwable throwable)
Whether the given throwable is an access denied exception.
|
boolean |
isAuthenticationFailed(Throwable throwable)
Whether the given throwable is an authentication failed exception.
|
boolean isAuthenticationFailed(Throwable throwable)
throwable
- The throwable to check.boolean isAccessDenied(Throwable throwable)
throwable
- The throwable to check.Copyright © 2016. All rights reserved.