|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.service.DefaultSecurityExceptionChecker
public class DefaultSecurityExceptionChecker
Default security exception checker.
| Constructor Summary | |
|---|---|
DefaultSecurityExceptionChecker()
|
|
| Method Summary | |
|---|---|
boolean |
isAccessDenied(java.lang.Throwable throwable)
Whether the given throwable is an access denied exception. |
boolean |
isAuthenticationFailed(java.lang.Throwable throwable)
Whether the given throwable is an authentication failed exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSecurityExceptionChecker()
| Method Detail |
|---|
public boolean isAuthenticationFailed(java.lang.Throwable throwable)
SecurityExceptionChecker
isAuthenticationFailed in interface SecurityExceptionCheckerthrowable - The throwable to check.
public boolean isAccessDenied(java.lang.Throwable throwable)
SecurityExceptionChecker
isAccessDenied in interface SecurityExceptionCheckerthrowable - The throwable to check.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||