IPWorks Auth 2020 Android Edition

Questions / Feedback?

LDAPAttribute Type

An attribute for the current entry.

Remarks

This type describes an attribute for the current LDAP entry. The ModOp field is only used in Modify operations.

Fields

AttributeType
String

Attribute type for the current entry.

If the value of AttributeType is an empty string, then Value that contains the corresponding value is part of a set of values, and the attribute type for the set is specified in the previous attribute of the collection with a non-empty AttributeType.

ModOp
int

An operation to apply on attributes during an LDAP modify operation.

Possible values include:

amoAdd (0)amoAdd will add the specified value to the given attribute, creating the attribute if it does not already exist.
amoDelete (1)amoDelete will delete the specified value from the given attribute. If all or none of the values are specified for the value, the entire attribute will be deleted; otherwise only the specific value(s) listed will be removed.
amoReplace (2)amoReplace will replace all existing values of the given attribute with the new values specified.

Value
String

Attribute value for the current entry.

If the value is part of a set of values, the AttributeType that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the collection with a non-empty AttributeType.

ValueB
byte []

Attribute value for the current entry.

If the value is part of a set of values, the AttributeType that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the collection with a non-empty AttributeType.

Constructors

public LDAPAttribute();



public LDAPAttribute(String attributeType);



public LDAPAttribute(String attributeType, String value);



public LDAPAttribute(String attributeType, String value, int LDAPAttributeModOp);



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Android Edition - Version 20.0 [Build 8155]