Lines Matching refs:DirContext

36  * Each name passed as an argument to a {@code DirContext} method is relative
52 * apply to the name argument to the {@code DirContext} methods.
57 * DirContext object.
60 * to a lookup on the name (which returns the DirContext object),
61 * followed by the attribute operation invoked on the DirContext object
67 * name (typically an atomic name) in a DirContext.
69 * roughly equivalent to a lookup on the name of the parent DirContext of the
72 * The attributes can be viewed as being stored in the parent DirContext
136 * For these methods, if the named object is not a DirContext,
139 * <em>named object</em> be a DirContext.
167 public interface DirContext extends Context {
396 * {@code DirContext}, and no attributes otherwise.
441 * If {@code attrs} is null and {@code obj} is a {@code DirContext},
443 * If {@code attrs} is null and {@code obj} is not a {@code DirContext},
449 * {@code DirContext} and {@code attrs} is non-null, the attributes
511 public DirContext createSubcontext(Name name, Attributes attrs)
529 public DirContext createSubcontext(String name, Attributes attrs)
557 public DirContext getSchema(Name name) throws NamingException;
569 public DirContext getSchema(String name) throws NamingException;
583 * {@code DirContext} representing the (directory's) object class
592 * Since JNDI 1.2, this method returns a {@code DirContext} containing
598 * @return the {@code DirContext} containing the named
604 public DirContext getSchemaClassDefinition(Name name)
615 * @return the {@code DirContext} containing the named
621 public DirContext getSchemaClassDefinition(String name)
659 * When changes are made to this {@code DirContext},
952 * When changes are made to this DirContext,