| javax.naming.directory.InitialDirContext javax.naming.ldap.InitialLdapContext
InitialLdapContext | public class InitialLdapContext extends InitialDirContext implements LdapContext(Code) | | This is used as the starting context when the LDAPv3 extended functionality
provided by the javax.naming.ldap package is required.
See LdapContext for a description of the Request and Response
controls.
See Also: LdapContext |
Constructor Summary | |
public | InitialLdapContext() Constructs an InitialLdapContext instance without using
any environment properties or connection controls. | public | InitialLdapContext(Hashtable, ?> h, Control[] cs) Constructs an InitialLdapContext instance using the
supplied environment properties and connection controls. |
InitialLdapContext | public InitialLdapContext() throws NamingException(Code) | | Constructs an InitialLdapContext instance without using
any environment properties or connection controls.
throws: NamingException - If an error is encountered. |
InitialLdapContext | public InitialLdapContext(Hashtable, ?> h, Control[] cs) throws NamingException(Code) | | Constructs an InitialLdapContext instance using the
supplied environment properties and connection controls.
Parameters: h - the environment properties which may be null Parameters: cs - the connection controls which may be null throws: NamingException - If an error is encountered. |
Methods inherited from javax.naming.directory.InitialDirContext | public void bind(Name name, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public void bind(String s, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public DirContext createSubcontext(Name name, Attributes attributes) throws NamingException(Code)(Java Doc) public DirContext createSubcontext(String s, Attributes attributes) throws NamingException(Code)(Java Doc) public Attributes getAttributes(Name name) throws NamingException(Code)(Java Doc) public Attributes getAttributes(Name name, String[] as) throws NamingException(Code)(Java Doc) public Attributes getAttributes(String s) throws NamingException(Code)(Java Doc) public Attributes getAttributes(String s, String[] as) throws NamingException(Code)(Java Doc) public DirContext getSchema(Name name) throws NamingException(Code)(Java Doc) public DirContext getSchema(String s) throws NamingException(Code)(Java Doc) public DirContext getSchemaClassDefinition(Name name) throws NamingException(Code)(Java Doc) public DirContext getSchemaClassDefinition(String s) throws NamingException(Code)(Java Doc) public void modifyAttributes(Name name, int i, Attributes attributes) throws NamingException(Code)(Java Doc) public void modifyAttributes(Name name, ModificationItem[] modificationItems) throws NamingException(Code)(Java Doc) public void modifyAttributes(String s, int i, Attributes attributes) throws NamingException(Code)(Java Doc) public void modifyAttributes(String s, ModificationItem[] modificationItems) throws NamingException(Code)(Java Doc) public void rebind(Name name, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public void rebind(String s, Object obj, Attributes attributes) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(Name name, Attributes attributes) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(Name name, Attributes attributes, String[] as) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(Name name, String filter, Object[] objs, SearchControls searchControls) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls searchcontrols) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(String name, Attributes attributes) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(String name, Attributes attributes, String[] as) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(String name, String filter, Object[] objs, SearchControls searchControls) throws NamingException(Code)(Java Doc) public NamingEnumeration<SearchResult> search(String name, String filter, SearchControls searchControls) throws NamingException(Code)(Java Doc)
|
|
|