Java javax.naming.ldap Control fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.ldap Control fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.ldap Control.

The text is from its open source code.

Implementation

javax.naming.ldap.Control has the following implementations.
Click this link to see all its implementation.

Field

booleanCRITICAL
Indicates a critical control.
booleanNONCRITICAL
Indicates a non-critical control.

Method

ClassgetClass()
Returns the runtime class of this Object .
byte[]getEncodedValue()
Retrieves the ASN.1 BER encoded value of the LDAP control.
StringgetID()
Retrieves the object identifier assigned for the LDAP control.
booleanisCritical()
Determines the criticality of the LDAP control.