com.xpn.xwiki.plugin.ldap
Class XWikiLDAPSearchAttribute
java.lang.Object
com.xpn.xwiki.plugin.ldap.XWikiLDAPSearchAttribute
public class XWikiLDAPSearchAttribute
- extends Object
Represent an LDAP attribute.
- Since:
- 1.3 M2
- Version:
- $Id: 6d27d6256a5c070914ee501b870b83587131b3fe $
name
public String name
- Attribute name.
value
public String value
- Attribute value.
XWikiLDAPSearchAttribute
public XWikiLDAPSearchAttribute(String name,
String value)
- Create attribute instance.
- Parameters:
name
- attribute name.value
- attribute value.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2013 XWiki. All Rights Reserved.