|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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/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 NEXT | FRAMES NO FRAMES All Classes |