|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.SecurityManager
weblogic.rmi.RMISecurityManager
WebLogic implements this class for compatibility with java.rmi.RMISecurityManager.
The weblogic.rmi.RMISecurityManager is very permissive. Unlike other security managers that restrict access, this security manager allows all accesses. Behavior that results from installing a separate security manager for each remote class is not consistent with the behavior of the T3Server. Consequently, WebLogic's RmiT3 depends on security built into the T3Server framework, including user authentication and encryption via SSL, the use of ACLs, and other more security measures that operate consistently system-wide.
Field Summary |
Fields inherited from class java.lang.SecurityManager |
inCheck |
Constructor Summary | |
RMISecurityManager()
Deprecated. |
Method Summary | |
boolean |
assessTrust(Object[] o)
Deprecated. |
void |
checkAccept(String s,
int i)
Deprecated. |
void |
checkAccess(Thread t)
Deprecated. |
void |
checkAccess(ThreadGroup t)
Deprecated. |
void |
checkAwtEventQueueAccess()
Deprecated. |
void |
checkConnect(String s,
int i)
Deprecated. |
void |
checkConnect(String s,
int i,
Object o)
Deprecated. |
void |
checkCreateClassLoader()
Deprecated. |
void |
checkDelete(String s)
Deprecated. |
void |
checkExec(String s)
Deprecated. |
void |
checkExit(int i)
Deprecated. |
void |
checkLink(String s)
Deprecated. |
void |
checkListen(int i)
Deprecated. |
void |
checkMemberAccess(Class c,
int i)
Deprecated. |
void |
checkMulticast(InetAddress i)
Deprecated. |
void |
checkMulticast(InetAddress i,
byte b)
Deprecated. |
void |
checkPackageAccess(String s)
Deprecated. |
void |
checkPackageDefinition(String s)
Deprecated. |
void |
checkPrintJobAccess()
Deprecated. |
void |
checkPropertiesAccess()
Deprecated. |
void |
checkPropertyAccess(String s)
Deprecated. |
void |
checkPropertyAccess(String s,
String t)
Deprecated. |
void |
checkRead(FileDescriptor f)
Deprecated. |
void |
checkRead(String s)
Deprecated. |
void |
checkRead(String s,
Object o)
Deprecated. |
void |
checkSecurityAccess(String s)
Deprecated. |
void |
checkSetFactory()
Deprecated. |
void |
checkSystemClipboardAccess()
Deprecated. |
boolean |
checkTopLevelWindow(Object o)
Deprecated. |
void |
checkWrite(FileDescriptor f)
Deprecated. |
void |
checkWrite(String s)
Deprecated. |
Methods inherited from class java.lang.SecurityManager |
checkPermission, checkPermission, 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 |
public RMISecurityManager()
Method Detail |
public boolean assessTrust(Object[] o)
public void checkAccept(String s, int i)
public void checkAccess(Thread t)
public void checkAccess(ThreadGroup t)
public void checkAwtEventQueueAccess()
public void checkConnect(String s, int i)
public void checkConnect(String s, int i, Object o)
public void checkCreateClassLoader()
public void checkDelete(String s)
public void checkExec(String s)
public void checkExit(int i)
public void checkLink(String s)
public void checkListen(int i)
public void checkMemberAccess(Class c, int i)
public void checkMulticast(InetAddress i)
public void checkMulticast(InetAddress i, byte b)
public void checkPackageAccess(String s)
public void checkPackageDefinition(String s)
public void checkPrintJobAccess()
public void checkPropertiesAccess()
public void checkPropertyAccess(String s)
public void checkPropertyAccess(String s, String t)
public void checkRead(FileDescriptor f)
public void checkRead(String s)
public void checkRead(String s, Object o)
public void checkSecurityAccess(String s)
public void checkSetFactory()
public void checkSystemClipboardAccess()
public boolean checkTopLevelWindow(Object o)
public void checkWrite(FileDescriptor f)
public void checkWrite(String s)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |