|
|||||||||
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 org.apache.openjpa.lib.util.J2DoPrivHelper |
---|
acceptAction, bCClassWrite, deleteAction, existsAction, getAbsoluteFileAction, getAbsolutePathAction, getBCClassFieldsAction, getByNameAction, getCanonicalPathAction, getClassLoaderAction, getContentAction, getContextClassLoaderAction, getDeclaredFieldAction, getDeclaredFieldsAction, getDeclaredMethodAction, getDeclaredMethodsAction, getFieldInstructionFieldAction, getForNameAction, getLineSeparator, getParentAction, getPathSeparator, getPropertiesAction, getPropertyAction, getResourceAction, getResourceAction, getResourcesAction, getSystemClassLoaderAction, isDirectoryAction, isFileAction, lengthAction, listFilesAction, loadProjectClassAction, loadProjectClassAction, mkdirsAction, newBCClassLoaderAction, newBCClassLoaderAction, newCodeAction, newDaemonThreadAction, newFileInputStreamAction, newFileOutputStreamAction, newFileOutputStreamAction, newInstanceAction, newMultiClassLoaderAction, newServerSocketAction, newSocketAction, newTemporaryClassLoaderAction, newZipFileAction, openStreamAction, renameToAction, setAccessibleAction, toURLAction |
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 |