Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Class
weblogic.jndi.Environment

Packages that use Environment
weblogic.jndi WebLogic Server JNDI Contexts and factories, and the WebLogic Environment extension. 
weblogic.security.auth Contains the class for authenticating a user and adding Principals to the Subject. 
 

Uses of Environment in weblogic.jndi
 

Methods in weblogic.jndi that return Environment
 Environment WLSJNDIEnvironmentImpl.popThreadEnvironment()
           
 Environment ClientJNDIEnvironmentImpl.popThreadEnvironment()
           
 

Methods in weblogic.jndi with parameters of type Environment
 Context WLSJNDIEnvironmentImpl.getDelegateContext(weblogic.protocol.ServerIdentity hostVM, Environment env, String subCtxName)
           
 Context ClientJNDIEnvironmentImpl.getDelegateContext(weblogic.protocol.ServerIdentity hostVM, Environment env, String subCtxName)
           
 Context WLInitialContextFactoryDelegate.getInitialContext(Environment environment, String contextName)
           
 Context WLInitialContextFactoryDelegate.getInitialContext(Environment env, String subCtxName, weblogic.rmi.spi.HostID hostID)
          Creates a new context given the context environment.
 Remote WLInitialContextFactoryDelegate.getInitialReference(Environment env, Class implClass)
           
 void WLSJNDIEnvironmentImpl.pushThreadEnvironment(Environment env)
           
 void ClientJNDIEnvironmentImpl.pushThreadEnvironment(Environment env)
           
 

Uses of Environment in weblogic.security.auth
 

Methods in weblogic.security.auth with parameters of type Environment
static void Authenticate.authenticate(Environment env, Subject subject)
          Execute a WebLogic Server client login using the supplied environment parameters; will populate the Subject with the appropriate Principals.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02