public class SecurityManagerFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static SecurityManager |
getClientSecurityManager(CLBrowser clb,
Session s)
Creates and initializes a Security Manager
for use at server side.
|
static SecurityManager |
getServerSecurityManager(CLBrowser clb)
Creates and initializes a Security Manager
for use at client side.
|
static void |
resetSecurityManager()
Sets to null the security manager singleton.
|
public static SecurityManager getClientSecurityManager(CLBrowser clb, Session s) throws SecurityException
QueryTreeException
QueryTreeException
SecurityException
public static void resetSecurityManager()
public static SecurityManager getServerSecurityManager(CLBrowser clb) throws QueryTreeException
QueryTreeException