public class

LDAPSingleValueEntryAttribute

extends LDAPEntryAttribute
java.lang.Object
   ↳ org.mule.module.ldap.ldap.api.LDAPEntryAttribute
     ↳ org.mule.module.ldap.ldap.api.LDAPSingleValueEntryAttribute

Class Overview

This class is the abstraction

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.module.ldap.ldap.api.LDAPEntryAttribute
Fields
private Object value
[Expand]
Inherited Fields
From class org.mule.module.ldap.ldap.api.LDAPEntryAttribute
Public Constructors
LDAPSingleValueEntryAttribute()
LDAPSingleValueEntryAttribute(String name)
LDAPSingleValueEntryAttribute(String name, Object value)
Public Methods
Object getValue()
@return
List<Object> getValues()
@return
boolean isMultiValued()
@return
void setValue(Object value)
[Expand]
Inherited Methods
From class org.mule.module.ldap.ldap.api.LDAPEntryAttribute
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2501023016379810331 (0x22b56b2eb265021b)

Fields

private Object value

Public Constructors

public LDAPSingleValueEntryAttribute ()

public LDAPSingleValueEntryAttribute (String name)

Parameters
name

public LDAPSingleValueEntryAttribute (String name, Object value)

Parameters
name
value

Public Methods

public Object getValue ()

@return

See Also
  • leonards.common.ldap.LDAPEntryAttribute#getValue()

public List<Object> getValues ()

@return

See Also
  • leonards.common.ldap.LDAPEntryAttribute#getValues()

public boolean isMultiValued ()

@return

See Also
  • leonards.common.ldap.LDAPEntryAttribute#isMultiValued()

public void setValue (Object value)

Parameters
value The value to set.