|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.security.SecurityUtils
| Constructor Summary | |
SecurityUtils()
|
|
| Method Summary | |
static boolean |
checkStackCallAccess(java.lang.StackTraceElement[] stack,
java.lang.Class[] acceptedClasses)
Checks the given stack trace to make sure the calling class is an instance of one of the permitted classes. |
static boolean |
checkStackCallAccess(java.lang.StackTraceElement[] stack,
java.lang.String[] acceptedClassNames)
Checks the given stack trace to make sure the calling class is an instance of one of the permitted classes. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecurityUtils()
| Method Detail |
public static final boolean checkStackCallAccess(java.lang.StackTraceElement[] stack,
java.lang.String[] acceptedClassNames)
stack - The stack trace to analyze.acceptedClassNames - The array of acceptable calling classes.
public static final boolean checkStackCallAccess(java.lang.StackTraceElement[] stack,
java.lang.Class[] acceptedClasses)
stack - The stack trace to analyze.acceptedClasses - The array of acceptable calling classes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||