public final class WildFlyInitialContext extends InitialLdapContext
NamingProviderFactory
implementations for dispatching naming
requests.defaultInitCtx, gotDefault, myProps
CONTROL_FACTORIES
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
Constructor and Description |
---|
WildFlyInitialContext()
Construct a new instance.
|
WildFlyInitialContext(Hashtable<?,?> environment)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
addToEnvironment(String propName,
Object propVal) |
protected Context |
getDefaultInitCtx() |
FastHashtable<String,Object> |
getEnvironment() |
String |
getNameInNamespace() |
protected void |
init(Hashtable<?,?> environment) |
Object |
removeFromEnvironment(String propName) |
extendedOperation, getConnectControls, getRequestControls, getResponseControls, newInstance, reconnect, setRequestControls
bind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, search
bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, doLookup, doLookup, getNameParser, getNameParser, getURLOrDefaultInitCtx, getURLOrDefaultInitCtx, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, rename, rename, unbind, unbind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, search
bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, rename, rename, unbind, unbind
public WildFlyInitialContext() throws NamingException
NamingException
- if constructing the initial context failspublic WildFlyInitialContext(Hashtable<?,?> environment) throws NamingException
environment
- the initial environmentNamingException
- if constructing the initial context failsprotected void init(Hashtable<?,?> environment) throws NamingException
init
in class InitialContext
NamingException
protected Context getDefaultInitCtx() throws NamingException
getDefaultInitCtx
in class InitialContext
NamingException
public FastHashtable<String,Object> getEnvironment() throws NamingException
getEnvironment
in interface Context
getEnvironment
in class InitialContext
NamingException
public Object addToEnvironment(String propName, Object propVal) throws NamingException
addToEnvironment
in interface Context
addToEnvironment
in class InitialContext
NamingException
public Object removeFromEnvironment(String propName) throws NamingException
removeFromEnvironment
in interface Context
removeFromEnvironment
in class InitialContext
NamingException
public String getNameInNamespace() throws NamingException
getNameInNamespace
in interface Context
getNameInNamespace
in class InitialContext
NamingException
Copyright © 2019 JBoss by Red Hat. All rights reserved.