Uses of Class
netscape.ldap.LDAPControl
Packages that use LDAPControl
Package
Description
-
Uses of LDAPControl in Unnamed Package
Fields in Unnamed Package declared as LDAPControlMethods in Unnamed Package with parameters of type LDAPControlModifier and TypeMethodDescriptionprivate static void
LDAPSearch.showControls
(LDAPControl[] controls) If there was a sort control returned, and the result code was not zero, show it. -
Uses of LDAPControl in com.netscape.jndi.ldap
Methods in com.netscape.jndi.ldap that return LDAPControlModifier and TypeMethodDescription(package private) LDAPControl[]
ContextEnv.getConnectControls()
Get controls to be used during a connection request like ProxyAuth -
Uses of LDAPControl in com.netscape.jndi.ldap.controls
Subclasses of LDAPControl in com.netscape.jndi.ldap.controlsModifier and TypeClassDescriptionclass
Represents an LDAP v3 server control that specifies information about a change to an entry in the directory.class
Represents an LDAP v3 server control that may be returned if a password has expired, and password policy is enabled on the server.class
Represents an LDAP v3 server control that may be returned if a password is about to expire, and password policy is enabled on the server.class
Represents an LDAP v3 server control that specifies a persistent search (an ongoing search operation), which allows your LDAP client to get notification of changes to the directory.class
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation.class
Represents an LDAP v3 server control that specifies that you want the server to return sorted search results.class
The LDAP server sends back a sort response control to indicate the result of the sorting operation.class
Represents control data for returning paged results from a search.class
Represents control data for returning paged results from a search.Methods in com.netscape.jndi.ldap.controls with parameters of type LDAPControlModifier and TypeMethodDescriptionstatic Control
NetscapeControlFactory.getControlInstance
(LDAPControl rawCtrl) Create a JNDI control from a raw ldapjdk control -
Uses of LDAPControl in netscape.ldap
Fields in netscape.ldap declared as LDAPControlModifier and TypeFieldDescriptionprivate LDAPControl[]
LDAPConstraints.m_clientControls
private LDAPControl[]
LDAPMessage.m_controls
private LDAPControl[]
LDAPConstraints.m_serverControls
Methods in netscape.ldap that return LDAPControlModifier and TypeMethodDescriptionprotected static LDAPControl
LDAPControl.createControl
(String oid, boolean critical, byte[] value) Returns aLDAPControl
object instantiated by the Class associated byLDAPControl.register
to the oid.LDAPConstraints.getClientControls()
Returns any client controls to be applied by the client to LDAP operations.LDAPMessage.getControls()
Retrieves list of controls.LDAPConnection.getResponseControls()
Returns an array of the latest controls (if any) from server.(package private) LDAPControl[]
LDAPConnection.getResponseControls
(int msgID) Returns an array of the latest controls associated with the particular request.LDAPSearchResults.getResponseControls()
Returns the controls returned with this search result.LDAPv3.getResponseControls()
Returns an array of the latest controls (if any) from the server.LDAPConstraints.getServerControls()
Returns any server controls to be applied by the server to LDAP operations.static LDAPControl[]
LDAPControl.newInstance
(byte[] data) Instantiates all of the controls contained within the LDAP message fragment specified by data and returns them in anLDAPControl
array.(package private) static LDAPControl
LDAPControl.parseControl
(BERElement el) Returns aLDAPControl
object instantiated by the Class associated byLDAPControl.register
to the oid.Methods in netscape.ldap with parameters of type LDAPControlModifier and TypeMethodDescription(package private) void
LDAPConnThread.abandon
(int id, LDAPControl[] ctrls) Stop dispatching responses for a particular message ID and send the abandon request.(package private) void
LDAPConnection.ResponseControls.addControls
(LDAPControl[] ctrls) private void
LDAPConnThread.sendAbandonRequest
(int id, LDAPControl[] ctrls) private void
LDAPConnThread.sendUnbindRequest
(LDAPControl[] ctrls) void
LDAPConstraints.setClientControls
(LDAPControl control) Sets a client control for LDAP operations.void
LDAPConstraints.setClientControls
(LDAPControl[] controls) Sets an array of client controls for LDAP operations.(package private) void
LDAPConnection.setResponseControls
(Thread client, int msgID, LDAPControl[] ctrls) Set response controls for the current connection for a particular thread.void
LDAPConstraints.setServerControls
(LDAPControl control) Sets a server control for LDAP operations.void
LDAPConstraints.setServerControls
(LDAPControl[] controls) Sets an array of server controls for LDAP operations.Constructors in netscape.ldap with parameters of type LDAPControlModifierConstructorDescription(package private)
LDAPExtendedResponse
(int msgid, JDAPExtendedResponse rsp, LDAPControl[] controls) Constructor(package private)
LDAPMessage
(int msgid, JDAPProtocolOp op, LDAPControl[] controls) (package private)
LDAPResponse
(int msgid, JDAPProtocolOp rsp, LDAPControl[] controls) Constructor(package private)
LDAPSearchResult
(int msgid, JDAPSearchResponse rsp, LDAPControl[] controls) Constructor(package private)
LDAPSearchResultReference
(int msgid, JDAPSearchResultReference resRef, LDAPControl[] controls) ConstructorResponseControls
(int msgID, LDAPControl[] ctrls) -
Uses of LDAPControl in netscape.ldap.controls
Subclasses of LDAPControl in netscape.ldap.controlsModifier and TypeClassDescriptionclass
Represents an LDAP v3 server control that specifies information about a change to an entry in the directory.class
Represents an LDAP v3 server control that specifies a simple pagd result manipulation, which allows your LDAP client to get entries in multiple chunks (The OID for this control is 1.2.840.113556.1.4.319).class
Represents an LDAP v3 server control that may be returned if a password has expired, and password policy is enabled on the server.class
Represents an LDAP v3 server control that may be returned if a password is about to expire, and password policy is enabled on the server.class
Represents an LDAP v3 server control that specifies a persistent search (an ongoing search operation), which allows your LDAP client to get notification of changes to the directory.class
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation.class
Represents an LDAP v3 server control that specifies that you want the server to return sorted search results.(package private) class
Represents an LDAP v3 server control that contains a string as its only value.class
Represents control data for returning paged results from a search.class
Represents control data for returning paged results from a search.Methods in netscape.ldap.controls with parameters of type LDAPControlModifier and TypeMethodDescriptionstatic String
LDAPPasswordExpiredControl.parseResponse
(LDAPControl[] controls) Deprecated.LDAPPasswordExpiredControl controls are now automatically instantiated.static String
LDAPPasswordExpiringControl.parseResponse
(LDAPControl[] controls) Deprecated.LDAPPasswordExpiringControl controls are now automatically instantiated.static LDAPEntryChangeControl
LDAPPersistSearchControl.parseResponse
(LDAPControl[] controls) Deprecated.LDAPEntryChangeControl controls are now automatically instantiated.static String
LDAPSortControl.parseResponse
(LDAPControl[] controls, int[] results) Deprecated.LDAPSortControl response controls are now automatically instantiated.static String
LDAPStringControl.parseResponse
(LDAPControl[] controls, String type) Parses a response control sent by the server and retrieves a string.static LDAPVirtualListResponse
LDAPVirtualListResponse.parseResponse
(LDAPControl[] controls) Deprecated.LDAPVirtualListResponse controls are now automatically instantiated. -
Uses of LDAPControl in netscape.ldap.util
Fields in netscape.ldap.util declared as LDAPControlModifier and TypeFieldDescriptionprivate LDAPControl[]
LDIFBaseContent.m_controls
Internal variablesMethods in netscape.ldap.util that return LDAPControlModifier and TypeMethodDescriptionLDIFBaseContent.getControls()
Retrieves the list of controls specified in the content of the LDIF record, if anyLDIFContent.getControls()
Retrieves the list of controls specified in the content of the LDIF record, if anyLDIFRecord.getControls()
Retrieves the list of controls specified in the content of the LDIF record, if any.protected LDAPControl
LDIF.parse_control_spec
(String line) Parses the specification of a control
A control looks line one of the following:
control: 1.2.3.4.10.210
control: 1.2.3.4.10.210 true
control: 1.2.3.4.10.210 true: someASCIIvalue
control: 1.2.3.4.10.210: someASCIIvalue
control: 1.2.3.4.10.210 true:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210 true:< file:///usr/local/directory/cont.dta
control: 1.2.3.4.10.210:< file:///usr/local/directory/cont.dtaMethods in netscape.ldap.util with parameters of type LDAPControlModifier and TypeMethodDescriptionvoid
LDIFBaseContent.setControls
(LDAPControl[] controls) Sets the list of controlsvoid
LDIFContent.setControls
(LDAPControl[] controls) Sets the list of controls