|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.SecurityManager
weblogic.rmi.RMISecurityManager
public final class 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 checkCreateClassLoader()
checkCreateClassLoader
in class SecurityManager
public void checkAccess(Thread t)
checkAccess
in class SecurityManager
public void checkAccess(ThreadGroup t)
checkAccess
in class SecurityManager
public void checkExit(int i)
checkExit
in class SecurityManager
public void checkExec(String s)
checkExec
in class SecurityManager
public void checkLink(String s)
checkLink
in class SecurityManager
public void checkRead(FileDescriptor f)
checkRead
in class SecurityManager
public void checkRead(String s)
checkRead
in class SecurityManager
public void checkRead(String s, Object o)
checkRead
in class SecurityManager
public void checkWrite(FileDescriptor f)
checkWrite
in class SecurityManager
public void checkWrite(String s)
checkWrite
in class SecurityManager
public void checkDelete(String s)
checkDelete
in class SecurityManager
public void checkConnect(String s, int i)
checkConnect
in class SecurityManager
public void checkConnect(String s, int i, Object o)
checkConnect
in class SecurityManager
public void checkListen(int i)
checkListen
in class SecurityManager
public void checkAccept(String s, int i)
checkAccept
in class SecurityManager
public void checkMulticast(InetAddress i)
checkMulticast
in class SecurityManager
public void checkMulticast(InetAddress i, byte b)
checkMulticast
in class SecurityManager
public void checkPropertiesAccess()
checkPropertiesAccess
in class SecurityManager
public void checkPropertyAccess(String s)
checkPropertyAccess
in class SecurityManager
public void checkPropertyAccess(String s, String t)
public boolean checkTopLevelWindow(Object o)
checkTopLevelWindow
in class SecurityManager
public void checkPrintJobAccess()
checkPrintJobAccess
in class SecurityManager
public void checkSystemClipboardAccess()
checkSystemClipboardAccess
in class SecurityManager
public void checkAwtEventQueueAccess()
checkAwtEventQueueAccess
in class SecurityManager
public void checkPackageAccess(String s)
checkPackageAccess
in class SecurityManager
public void checkPackageDefinition(String s)
checkPackageDefinition
in class SecurityManager
public void checkSetFactory()
checkSetFactory
in class SecurityManager
public void checkMemberAccess(Class c, int i)
checkMemberAccess
in class SecurityManager
public void checkSecurityAccess(String s)
checkSecurityAccess
in class SecurityManager
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |