org.openanzo.common.ldap.container.map
Class BasicUriBinding

java.lang.Object
  extended by org.openanzo.common.ldap.container.map.BasicUriBinding
All Implemented Interfaces:
ValueTransform

public class BasicUriBinding
extends java.lang.Object
implements ValueTransform


Constructor Summary
BasicUriBinding(EntrySet people, EntrySet groups, EntrySet organizations, java.net.URI uri, javax.naming.Name orgDn)
           
 
Method Summary
 java.net.URI dnToUri(javax.naming.Name dn)
           
 java.net.URI dnToUri(java.lang.String dn)
           
 RDFTerm toObject(java.lang.String dn, java.lang.String attribute, java.lang.String value)
          transform the attribute value to an RDFTerm.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicUriBinding

public BasicUriBinding(EntrySet people,
                       EntrySet groups,
                       EntrySet organizations,
                       java.net.URI uri,
                       javax.naming.Name orgDn)
Method Detail

toObject

public RDFTerm toObject(java.lang.String dn,
                        java.lang.String attribute,
                        java.lang.String value)
Description copied from interface: ValueTransform
transform the attribute value to an RDFTerm.

Specified by:
toObject in interface ValueTransform
value - Value of an LDAP entry's attribute.
Returns:
An RDFTerm.

dnToUri

public java.net.URI dnToUri(java.lang.String dn)

dnToUri

public java.net.URI dnToUri(javax.naming.Name dn)


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.