com.xpn.xwiki.plugin.ldap
Class XWikiLDAPSearchAttribute

java.lang.Object
  extended by com.xpn.xwiki.plugin.ldap.XWikiLDAPSearchAttribute

public class XWikiLDAPSearchAttribute
extends Object

Represent an LDAP attribute.

Since:
1.3 M2
Version:
$Id: 6d27d6256a5c070914ee501b870b83587131b3fe $

Field Summary
 String name
          Attribute name.
 String value
          Attribute value.
 
Constructor Summary
XWikiLDAPSearchAttribute(String name, String value)
          Create attribute instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name
Attribute name.


value

public String value
Attribute value.

Constructor Detail

XWikiLDAPSearchAttribute

public XWikiLDAPSearchAttribute(String name,
                                String value)
Create attribute instance.

Parameters:
name - attribute name.
value - attribute value.
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.