ipworksssl
Class LdapsSearchResultReferenceEvent
java.lang.Object
java.util.EventObject
ipworksssl.LdapsSearchResultReferenceEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LdapsSearchResultReferenceEvent
- extends java.util.EventObject
Fired for every result reference returned from a search operation.
MessageId identifies the corresponding search request. LdapUrl contains a URL reference to server that can be used
for continuing the search operation.
Every search operation results in a sequence of 0 or more SearchResult events, a sequence of 0 or more SearchResultReference events, followed by a SearchComplete event.
- See Also:
Ldaps,
Ldaps.SearchResultReferenceEvent,
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
messageId
public int messageId
ldapUrl
public java.lang.String ldapUrl
Copyright (c) 2015 /n software inc. - All rights reserved.