| | |
| | void | bind(String name, Object obj, Attributes attrs) Throws: NameAlreadyBoundException Throws: InvalidAttributesException Throws: NamingException |
|
| | void | bind(Name name, Object obj, Attributes attrs) Throws: NameAlreadyBoundException Throws: InvalidAttributesException Throws: NamingException |
|
| | DirContext | createSubcontext(String name, Attributes attrs) Throws: NameAlreadyBoundException Throws: InvalidAttributesException Throws: NamingException |
|
| | DirContext | createSubcontext(Name name, Attributes attrs) Throws: NameAlreadyBoundException Throws: InvalidAttributesException Throws: NamingException |
|
| | Attributes | getAttributes(String name) Throws: NamingException |
|
| | Attributes | getAttributes(String name, String[] attrIds) Throws: NamingException |
|
| | Attributes | getAttributes(Name name) Throws: NamingException |
|
| | Attributes | getAttributes(Name name, String[] attrIds) Throws: NamingException |
|
| | DirContext | getSchema(String name) Throws: OperationNotSupportedException Throws: NamingException |
|
| | DirContext | getSchema(Name name) Throws: OperationNotSupportedException Throws: NamingException |
|
| | DirContext | getSchemaClassDefinition(String name) Throws: OperationNotSupportedException Throws: NamingException |
|
| | DirContext | getSchemaClassDefinition(Name name) Throws: OperationNotSupportedException Throws: NamingException |
|
| | void | modifyAttributes(String name, int mod_op, Attributes attrs) Throws: AttributeModificationException Throws: NamingException |
|
| | void | modifyAttributes(String name, ModificationItem[] mods) Throws: AttributeModificationException Throws: NamingException |
|
| | void | modifyAttributes(Name name, int mod_op, Attributes attrs) Throws: AttributeModificationException Throws: NamingException |
|
| | void | modifyAttributes(Name name, ModificationItem[] mods) Throws: AttributeModificationException Throws: NamingException |
|
| | void | rebind(String name, Object obj, Attributes attrs) Throws: InvalidAttributesException Throws: NamingException |
|
| | void | rebind(Name name, Object obj, Attributes attrs) Throws: InvalidAttributesException Throws: NamingException |
|
| | NamingEnumeration | search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) Throws: ArrayIndexOutOfBoundsException Throws: InvalidSearchControlsException Throws: InvalidSearchFilterException Throws: NamingException |
|
| | NamingEnumeration | search(String name, String filter, SearchControls cons) Throws: InvalidSearchFilterException Throws: InvalidSearchControlsException Throws: NamingException |
|
| | NamingEnumeration | search(String name, Attributes matchingAttributes) Throws: NamingException |
|
| | NamingEnumeration | search(String name, Attributes matchingAttributes, String[] attributesToReturn) Throws: NamingException |
|
| | NamingEnumeration | search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) Throws: ArrayIndexOutOfBoundsException Throws: InvalidSearchControlsException Throws: InvalidSearchFilterException Throws: NamingException |
|
| | NamingEnumeration | search(Name name, String filter, SearchControls cons) Throws: InvalidSearchFilterException Throws: InvalidSearchControlsException Throws: NamingException |
|
| | NamingEnumeration | search(Name name, Attributes matchingAttributes) Throws: NamingException |
|
| | NamingEnumeration | search(Name name, Attributes matchingAttributes, String[] attributesToReturn) Throws: NamingException |
|