| java.lang.Object org.apache.harmony.jndi.provider.ldap.LdapContextImpl org.apache.harmony.jndi.provider.ldap.LdapSchemaClassDefContextImpl
Methods inherited from org.apache.harmony.jndi.provider.ldap.LdapContextImpl | public void addNamingListener(Name name, String filter, Object[] filterArgs, SearchControls searchControls, NamingListener namingListener) throws NamingException(Code)(Java Doc) public void addNamingListener(Name name, String filter, SearchControls searchControls, NamingListener namingListener) throws NamingException(Code)(Java Doc) public void addNamingListener(String name, String filter, Object[] filterArgs, SearchControls searchControls, NamingListener namingListener) throws NamingException(Code)(Java Doc) public void addNamingListener(String name, String filter, SearchControls searchControls, NamingListener namingListener) throws NamingException(Code)(Java Doc) public void addNamingListener(Name name, int scope, NamingListener namingListener) throws NamingException(Code)(Java Doc) public void addNamingListener(String s, int i, NamingListener namingListener) throws NamingException(Code)(Java Doc) public Object addToEnvironment(String s, Object o) throws NamingException(Code)(Java Doc) 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 void bind(Name n, Object o) throws NamingException(Code)(Java Doc) public void bind(String s, Object o) throws NamingException(Code)(Java Doc) public void close() throws NamingException(Code)(Java Doc) public Name composeName(Name name, Name prefix) throws NamingException(Code)(Java Doc) public String composeName(String s, String pfx) throws NamingException(Code)(Java Doc) protected Name convertFromStringToName(String s) throws InvalidNameException(Code)(Java Doc) protected String convertToRelativeName(String dn, String base)(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 Context createSubcontext(Name name) throws NamingException(Code)(Java Doc) public Context createSubcontext(String s) throws NamingException(Code)(Java Doc) public void destroySubcontext(Name name) throws NamingException(Code)(Java Doc) public void destroySubcontext(String s) throws NamingException(Code)(Java Doc) protected void doBasicOperation(LdapOperation op) throws NamingException(Code)(Java Doc) LdapSearchResult doSearch(SearchOp op) throws NamingException(Code)(Java Doc) LdapSearchResult doSearch(String dn, Filter filter, SearchControls controls) throws NamingException(Code)(Java Doc) public ExtendedResponse extendedOperation(ExtendedRequest request) throws NamingException(Code)(Java Doc) protected void finalize()(Code)(Java Doc) protected Context findNnsContext(Name name) throws NamingException(Code)(Java Doc) Hashtable<String, Object> findSchemaDefInfo(String schemaType, String className)(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 Control[] getConnectControls() throws NamingException(Code)(Java Doc) public Hashtable, ?> getEnvironment() throws NamingException(Code)(Java Doc) public String getNameInNamespace() throws NamingException(Code)(Java Doc) public NameParser getNameParser(Name name) throws NamingException(Code)(Java Doc) public NameParser getNameParser(String s) throws NamingException(Code)(Java Doc) public Control[] getRequestControls() throws NamingException(Code)(Java Doc) public Control[] getResponseControls() 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) DirContext getSchemaAttributeDefinition(String name) 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) protected String getTargetDN(Name name, Name prefix) throws NamingException, InvalidNameException(Code)(Java Doc) public NamingEnumeration<NameClassPair> list(Name name) throws NamingException(Code)(Java Doc) public NamingEnumeration<NameClassPair> list(String s) throws NamingException(Code)(Java Doc) public NamingEnumeration<Binding> listBindings(Name name) throws NamingException(Code)(Java Doc) public NamingEnumeration<Binding> listBindings(String s) throws NamingException(Code)(Java Doc) public Object lookup(Name name) throws NamingException(Code)(Java Doc) public Object lookup(String s) throws NamingException(Code)(Java Doc) public Object lookupLink(Name name) throws NamingException(Code)(Java Doc) public Object lookupLink(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 LdapContext newInstance(Control[] reqCtrls) 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 void rebind(Name n, Object o) throws NamingException(Code)(Java Doc) public void rebind(String s, Object o) throws NamingException(Code)(Java Doc) public void reconnect(Control[] ac) throws NamingException(Code)(Java Doc) public Object removeFromEnvironment(String s) throws NamingException(Code)(Java Doc) public void removeNamingListener(NamingListener namingListener) throws NamingException(Code)(Java Doc) public void rename(Name nOld, Name nNew) throws NamingException(Code)(Java Doc) public void rename(String sOld, String sNew) 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) public void setRequestControls(Control[] controls) throws NamingException(Code)(Java Doc) public boolean targetMustExist() throws NamingException(Code)(Java Doc) public void unbind(Name n) throws NamingException(Code)(Java Doc) public void unbind(String s) throws NamingException(Code)(Java Doc)
|
|
|