public class ReferralImpl extends Object implements InternalReferral
Constructor and Description |
---|
ReferralImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addLdapUrl(String url)
Adds an LDAPv3 URL to this Referral.
|
boolean |
equals(Object obj)
Compares this Referral implementation to see if it is the same as
another.
|
Collection<String> |
getLdapUrls()
Gets an unmodifiable set of alternative referral urls.
|
void |
removeLdapUrl(String url)
Removes an LDAPv3 URL to this Referral.
|
String |
toString()
Get a String representation of a Referral
|
public Collection<String> getLdapUrls()
getLdapUrls
in interface InternalReferral
public void addLdapUrl(String url)
addLdapUrl
in interface InternalReferral
url
- the LDAPv3 URL to addpublic void removeLdapUrl(String url)
removeLdapUrl
in interface InternalReferral
url
- the LDAPv3 URL to removepublic boolean equals(Object obj)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.