org.rhq.jndi.context
Class URLPreferringLdapContextDecorator
java.lang.Object
org.rhq.jndi.context.URLPreferringContextDecorator
org.rhq.jndi.context.URLPreferringDirContextDecorator
org.rhq.jndi.context.URLPreferringLdapContextDecorator
- All Implemented Interfaces:
- Serializable, Context, DirContext, LdapContext, ContextDecorator
public class URLPreferringLdapContextDecorator
- extends URLPreferringDirContextDecorator
- implements LdapContext
- Author:
- Lukas Krejci
- See Also:
- Serialized Form
| Fields inherited from interface javax.naming.Context |
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 |
| Methods inherited from class org.rhq.jndi.context.URLPreferringDirContextDecorator |
bind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, getURLOrDefaultInitCtx, getURLOrDefaultInitCtx, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, search |
| Methods inherited from class org.rhq.jndi.context.URLPreferringContextDecorator |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, equals, getEnvironment, getNameInNamespace, getNameParser, getNameParser, hashCode, init, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
| Methods inherited from interface javax.naming.directory.DirContext |
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 |
| Methods inherited from interface javax.naming.Context |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
URLPreferringLdapContextDecorator
public URLPreferringLdapContextDecorator()
URLPreferringLdapContextDecorator
public URLPreferringLdapContextDecorator(LdapContext original)
checkAndCast
protected LdapContext checkAndCast(Context ctx)
throws NamingException
- Overrides:
checkAndCast in class URLPreferringDirContextDecorator
- Throws:
NamingException
getOriginal
protected LdapContext getOriginal()
throws NamingException
- Overrides:
getOriginal in class URLPreferringContextDecorator
- Throws:
NamingException
extendedOperation
public ExtendedResponse extendedOperation(ExtendedRequest request)
throws NamingException
- Specified by:
extendedOperation in interface LdapContext
- Throws:
NamingException
newInstance
public LdapContext newInstance(Control[] requestControls)
throws NamingException
- Specified by:
newInstance in interface LdapContext
- Throws:
NamingException
reconnect
public void reconnect(Control[] connCtls)
throws NamingException
- Specified by:
reconnect in interface LdapContext
- Throws:
NamingException
getConnectControls
public Control[] getConnectControls()
throws NamingException
- Specified by:
getConnectControls in interface LdapContext
- Throws:
NamingException
setRequestControls
public void setRequestControls(Control[] requestControls)
throws NamingException
- Specified by:
setRequestControls in interface LdapContext
- Throws:
NamingException
getRequestControls
public Control[] getRequestControls()
throws NamingException
- Specified by:
getRequestControls in interface LdapContext
- Throws:
NamingException
getResponseControls
public Control[] getResponseControls()
throws NamingException
- Specified by:
getResponseControls in interface LdapContext
- Throws:
NamingException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.