| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.util.J2DoPrivHelper
org.apache.openjpa.lib.util.J2DoPriv5Helper
public abstract class J2DoPriv5Helper
Helper class to obtain the Privilege(Exception)Action object to perform Java 2 doPrivilege security sensitive function call in the following methods:
| Constructor Summary | |
|---|---|
| J2DoPriv5Helper() | |
| Method Summary | |
|---|---|
| static java.security.PrivilegedAction | getAnnotationsAction(java.lang.reflect.AnnotatedElement element)Return a PrivilegeAction object for AnnotatedElement.getAnnotations(). | 
| static java.security.PrivilegedAction | getDeclaredAnnotationsAction(java.lang.reflect.AnnotatedElement element)Return a PrivilegeAction object for AnnotatedElement.getDeclaredAnnotations(). | 
| static java.security.PrivilegedAction | isAnnotationPresentAction(java.lang.reflect.AnnotatedElement element,
                          java.lang.Class annotationClazz)Return a PrivilegeAction object for AnnotatedElement.isAnnotationPresent(). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public J2DoPriv5Helper()
| Method Detail | 
|---|
public static final java.security.PrivilegedAction getAnnotationsAction(java.lang.reflect.AnnotatedElement element)
public static final java.security.PrivilegedAction getDeclaredAnnotationsAction(java.lang.reflect.AnnotatedElement element)
public static final java.security.PrivilegedAction isAnnotationPresentAction(java.lang.reflect.AnnotatedElement element,
                                                                             java.lang.Class annotationClazz)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||