|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.flex.security.SecurityExceptionTranslator
public class SecurityExceptionTranslator
Translates SpringSecurityExceptions to appropriate BlazeDS SecurityExceptions.
| Constructor Summary | |
|---|---|
SecurityExceptionTranslator()
|
|
| Method Summary | |
|---|---|
boolean |
handles(java.lang.Class<?> clazz)
Checks if the translator can handle the specified exception class |
flex.messaging.MessageException |
translate(java.lang.Throwable t)
Translate the specified exception into an appropriate MessageException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityExceptionTranslator()
| Method Detail |
|---|
public boolean handles(java.lang.Class<?> clazz)
handles in interface ExceptionTranslatorclazz - the class of the exception
public flex.messaging.MessageException translate(java.lang.Throwable t)
MessageException
translate in interface ExceptionTranslatort - the original exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||