Inherits from NSObject
Declared in LKEntry.h
LKEntry.m

Overview

LKEntry objects contain the distinguished name, attributes, and values of an LDAP entry.

Tasks

entry information

Properties

attributes

An array containing names of the LDAP entry’s attributes.

@property (atomic, copy, readonly) NSArray *attributes

Declared In

LKEntry.h

dn

The distinguished name of the LDAP entry.

@property (atomic, copy, readonly) NSString *dn

Declared In

LKEntry.h

Instance Methods

valuesForAttribute:

Retrieves the values of an attribute.

- (NSArray *)valuesForAttribute:(NSString *)attribute

Parameters

attribute

The name of the requested attribute.

Return Value

Returns an array containing LKBerValue objects.

Declared In

LKEntry.h