com.sun.jndi.ldap
Class ManageReferralControl
java.lang.Object
com.sun.jndi.ldap.BasicControl
com.sun.jndi.ldap.ManageReferralControl
- All Implemented Interfaces:
- Serializable, Control
public final class ManageReferralControl
- extends BasicControl
This class implements the LDAPv3 Request Control for manageDsaIT as
defined in
draft-ietf-ldapext-namedref-00.txt.
The control has no control value.
- See Also:
- Serialized Form
|
Field Summary |
static String |
OID
The manage referral control's assigned object identifier
is 2.16.840.1.113730.3.4.2. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OID
public static final String OID
- The manage referral control's assigned object identifier
is 2.16.840.1.113730.3.4.2.
- See Also:
- Constant Field Values
ManageReferralControl
public ManageReferralControl()
- Constructs a manage referral critical control.
ManageReferralControl
public ManageReferralControl(boolean criticality)
- Constructs a manage referral control.
- Parameters:
criticality - The control's criticality setting.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.