com.atlassian.crowd.directory.ldap.util
Class ListAttributeValueProcessor
java.lang.Object
com.atlassian.crowd.directory.ldap.util.ListAttributeValueProcessor
- All Implemented Interfaces:
- AttributeValueProcessor
public class ListAttributeValueProcessor
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAttributeValueProcessor
public ListAttributeValueProcessor()
process
public void process(Object value)
- Specified by:
process in interface AttributeValueProcessor
getValues
public List<String> getValues()
Copyright © 2014 Atlassian. All Rights Reserved.