Package org.jboss.naming.remote.client
Class InitialContextFactory
- java.lang.Object
-
- org.jboss.naming.remote.client.InitialContextFactory
-
- All Implemented Interfaces:
InitialContextFactory
@Deprecated public final class InitialContextFactory extends Object implements InitialContextFactory
Deprecated.UseWildFlyInitialContextFactoryinstead.Compatibility class.- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALLBACK_HANDLER_KEYDeprecated.static StringCONNECTIONDeprecated.static StringENDPOINTDeprecated.static StringPASSWORD_BASE64_KEYDeprecated.static StringREALM_KEYDeprecated.static StringSETUP_EJB_CONTEXTDeprecated.
-
Constructor Summary
Constructors Constructor Description InitialContextFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContextgetInitialContext(Hashtable<?,?> environment)Deprecated.
-
-
-
Field Detail
-
ENDPOINT
@Deprecated public static final String ENDPOINT
Deprecated.- See Also:
- Constant Field Values
-
CONNECTION
@Deprecated public static final String CONNECTION
Deprecated.- See Also:
- Constant Field Values
-
SETUP_EJB_CONTEXT
@Deprecated public static final String SETUP_EJB_CONTEXT
Deprecated.- See Also:
- Constant Field Values
-
CALLBACK_HANDLER_KEY
@Deprecated public static final String CALLBACK_HANDLER_KEY
Deprecated.- See Also:
- Constant Field Values
-
PASSWORD_BASE64_KEY
@Deprecated public static final String PASSWORD_BASE64_KEY
Deprecated.- See Also:
- Constant Field Values
-
REALM_KEY
@Deprecated public static final String REALM_KEY
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInitialContext
public Context getInitialContext(Hashtable<?,?> environment) throws NamingException
Deprecated.- Specified by:
getInitialContextin interfaceInitialContextFactory- Parameters:
environment- the environment- Returns:
- the initial context
- Throws:
NamingException- if an error occurs
-
-