implements javax.naming.Name.
Why don't we just use CompoundName or CompositeName?
- basically because we're not supporting multiple naming systems - we're *only* supporting ldap. So Name is implemented for support with existing jndi ftns, but also a lot of other stuff is needed for rdns, and multi-value rdns. This could be architected as, say, compound name with another helper class, but that seems clumsy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|