Class Summary |
DefaultName (src) |
A simple subclass of CompoundName that fixes the name syntax to:
jndi.syntax.direction = left_to_right
jndi.syntax.separator = "/" |
DirBinding (src) |
A subclass of Binding that adds support for Attributes. |
DirContextStringImpl (src) |
An abstract implementation of DirContext that simply takes every DirContext
method that accepts the String form of a Name and invokes the corresponding
method that accecpts a Name. |
HeirMemoryMap (src) |
A simple in memory implementation of DirContext that uses a HashMap as the
store and unix style path names. |
NameBindingIterator (src) |
An implementation of NamingEnumeration for listing the Bindings
in a context. |