ipworksssl
Class LDAPReference
java.lang.Object
ipworksssl.LDAPReference
public class LDAPReference
- extends java.lang.Object
A reference returned from the server.
This type describes an LDAP Reference, which may be
queried inside the SearchResult , SearchResultReference , Result , or SearchComplete events.
When inside a SearchResult or SearchResultReference event, References will be a search result reference (aka continuation reference), in which case they
represent URLs to contact to continue the search.
When inside a Result or SearchComplete event, a Reference will be a regular referral in
which case it represents the URL to contact in order to complete the requested operation.
URL:
The url of the LDAP reference. If inside a SearchResult or SearchResultReference event, it represents a URL to contact to
continue the search. If inside the Result event or SearchComplete event it represents
the URL to contact in order to complete the
requested operation.
- See Also:
Atoms,
Atoms.LDAPReference
|
Method Summary |
java.lang.String |
getURL()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPReference
public LDAPReference()
getURL
public java.lang.String getURL()
Copyright (c) 2015 /n software inc. - All rights reserved.