publish
plugins.it2be_ldapclient.ILSet info


Servoy Properties Summary
Object selectedIndex


Servoy Methods Summary
Boolean deleteEntry( String )
ILContact getContact( )
ILContact getContact( String, Object )
ILEntry getEntry( )
ILEntry getEntry( String, Object )
ILEntry getEntry( String )
ILGroup getGroup( )
ILGroup getGroup( String, Object )
Object getRaw( )
Number getSize( )
Object getValue( String )


Servoy Properties Details


selectedIndex
Object  selectedIndex
Get the index of the selection
Returns
Object  index Object

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


deleteEntry
Boolean  deleteEntry( String )
Delete the entry by dn.
Parameters
String  distinguishedName  the distinguished name

Returns
Boolean  boolean

Supported Clients
SmartClient, WebClient, NGClient


getContact
ILContact  getContact( )
Get the entry pre-configured as active directory contact at the selected index of the LDAP set. globals.contact = output;
Returns
ILContact  contact ILContact

Supported Clients
SmartClient, WebClient, NGClient


getContact
ILContact  getContact( String, Object )
Get the entry pre-configured as active directory contact at the selected index of the LDAP set.
Parameters
String  attribute  the attribute
Object  value  the value

Returns
ILContact  contact ILContact

Supported Clients
SmartClient, WebClient, NGClient


getEntry
ILEntry  getEntry( )
Get the entry at the selected index of the LDAP set.
Returns
ILEntry  entry ILEntry

Supported Clients
SmartClient, WebClient, NGClient


getEntry
ILEntry  getEntry( String, Object )
Get the entry at the selected index of the LDAP set.
Parameters
String  attribute  the attribute
Object  value  the value

Returns
ILEntry  entry ILEntry

Supported Clients
SmartClient, WebClient, NGClient


getEntry
ILEntry  getEntry( String )
Get the entry at the selected index of the LDAP set.
Parameters
String  distinguishedName  the distinguished name

Returns
ILEntry  entry ILEntry

Supported Clients
SmartClient, WebClient, NGClient


getGroup
ILGroup  getGroup( )
Get the entry pre-configured as active directory group at the selected index of the LDAP set.
Returns
ILGroup  group ILGroup

Supported Clients
SmartClient, WebClient, NGClient


getGroup
ILGroup  getGroup( String, Object )
Get the entry pre-configured as active directory group at the selected index of the LDAP set.
Parameters
String  attribute  the attribute
Object  value  the value

Returns
ILGroup  group ILGroup

Supported Clients
SmartClient, WebClient, NGClient


getRaw
Object  getRaw( )
Get the raw data of the selected LDAP object.
Returns
Object  raw Object

Supported Clients
SmartClient, WebClient, NGClient


getSize
Number  getSize( )
Get the size of the LDAP set.
Returns
Number  size int

Supported Clients
SmartClient, WebClient, NGClient


getValue
Object  getValue( String )
Get the attribute value (of the selected LDAP object) by attribute name.
Parameters
String  attribute  the attribute

Returns
Object  value Object

Supported Clients
SmartClient, WebClient, NGClient