IP*Works! V9

ipworks
Class LDAPReference

java.lang.Object
  extended by ipworks.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:
Atom, Atom.LDAPReference

Constructor Summary
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
 

Constructor Detail

LDAPReference

public LDAPReference()
Method Detail

getURL

public java.lang.String getURL()

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.