|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.jsf.impl.util.SecurityUtils
@Typed public abstract class SecurityUtils
Helper for Secured
Method Summary | |
---|---|
static Class<? extends ViewConfig> |
handleSecurityViolationWithoutNavigation(RuntimeException runtimeException)
Processes a security violation without triggering the navigation to the error page |
static void |
tryToHandleSecurityViolation(RuntimeException runtimeException)
Processes a security violation including the navigation to the error page |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Class<? extends ViewConfig> handleSecurityViolationWithoutNavigation(RuntimeException runtimeException)
runtimeException
- current exception
public static void tryToHandleSecurityViolation(RuntimeException runtimeException)
runtimeException
- current exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |