public final class WildFlyInitialContext extends InitialLdapContext
NamingProviderFactory implementations for dispatching naming
requests.defaultInitCtx, gotDefault, myPropsCONTROL_FACTORIESADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTEAPPLET, 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, setRequestControlsbind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, searchbind, 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, unbindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, searchbind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, rename, rename, unbind, unbindpublic 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 InitialContextNamingExceptionprotected Context getDefaultInitCtx() throws NamingException
getDefaultInitCtx in class InitialContextNamingExceptionpublic FastHashtable<String,Object> getEnvironment() throws NamingException
getEnvironment in interface ContextgetEnvironment in class InitialContextNamingExceptionpublic Object addToEnvironment(String propName, Object propVal) throws NamingException
addToEnvironment in interface ContextaddToEnvironment in class InitialContextNamingExceptionpublic Object removeFromEnvironment(String propName) throws NamingException
removeFromEnvironment in interface ContextremoveFromEnvironment in class InitialContextNamingExceptionpublic String getNameInNamespace() throws NamingException
getNameInNamespace in interface ContextgetNameInNamespace in class InitialContextNamingExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.