net.jini.security
Class Security.ClassContextAccess

java.lang.Object
  extended by java.lang.SecurityManager
      extended by net.jini.security.Security.ClassContextAccess
Enclosing class:
Security

private static class Security.ClassContextAccess
extends SecurityManager

Dummy security manager providing access to getClassContext method.


Field Summary
 
Fields inherited from class java.lang.SecurityManager
inCheck
 
Constructor Summary
private Security.ClassContextAccess()
           
 
Method Summary
(package private)  Class getCaller()
          Returns caller's caller class.
 
Methods inherited from class java.lang.SecurityManager
checkAccept, checkAccess, checkAccess, checkAwtEventQueueAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMemberAccess, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkSystemClipboardAccess, checkTopLevelWindow, checkWrite, checkWrite, classDepth, classLoaderDepth, currentClassLoader, currentLoadedClass, getClassContext, getInCheck, getSecurityContext, getThreadGroup, inClass, inClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security.ClassContextAccess

private Security.ClassContextAccess()
Method Detail

getCaller

Class getCaller()
Returns caller's caller class.



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.