Spring LDAP Framework

org.springframework.ldap.support
Interface AttributeValueCallbackHandler


public interface AttributeValueCallbackHandler

Callback interface for use when looping through Attribute values.

Since:
1.3
Author:
Mattias Hellborg Arthursson

Method Summary
 void handleAttributeValue(String attributeName, Object attributeValue, int index)
          Implement to take handle one of the Attribute values.
 

Method Detail

handleAttributeValue

void handleAttributeValue(String attributeName,
                          Object attributeValue,
                          int index)
Implement to take handle one of the Attribute values.

Parameters:
attributeName - the name of the Attribute.
attributeValue - the value.
index - the index of the value within the Attribute.

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.