LKEntry Class Reference
| Inherits from | NSObject |
| Declared in | LKEntry.h LKEntry.m |
Tasks
entry information
-
dnThe distinguished name of the LDAP entry.
property -
attributesAn array containing names of the LDAP entry’s attributes.
property -
– valuesForAttribute:Retrieves the values of an attribute.
Properties
Instance Methods
valuesForAttribute:
Retrieves the values of an attribute.
- (NSArray *)valuesForAttribute:(NSString *)attributeParameters
- attribute
The name of the requested attribute.
Return Value
Returns an array containing LKBerValue objects.
Declared In
LKEntry.h