com.atlassian.crowd.directory.ldap.util
Class ListAttributeValueProcessor

java.lang.Object
  extended by com.atlassian.crowd.directory.ldap.util.ListAttributeValueProcessor
All Implemented Interfaces:
AttributeValueProcessor

public class ListAttributeValueProcessor
extends java.lang.Object
implements AttributeValueProcessor

Code copied from: http://jira.springframework.org/browse/LDAP-176 To fix: http://jira.atlassian.com/browse/CWD-1445

Author:
Marius Scurtescu

Constructor Summary
ListAttributeValueProcessor()
           
 
Method Summary
 java.util.List<java.lang.String> getValues()
           
 void process(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAttributeValueProcessor

public ListAttributeValueProcessor()
Method Detail

process

public void process(java.lang.Object value)
Specified by:
process in interface AttributeValueProcessor

getValues

public java.util.List<java.lang.String> getValues()


Copyright © 2010 Atlassian. All Rights Reserved.