|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LdapURL in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec that return types with arguments of type LdapURL | |
---|---|
java.util.List<LdapURL> |
LdapResult.getReferrals()
Get the referrals |
Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapURL | |
---|---|
void |
LdapResult.addReferral(LdapURL referral)
Add a referral |
Uses of LdapURL in org.apache.directory.shared.ldap.codec.extended.operations |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations that return types with arguments of type LdapURL | |
---|---|
java.util.List<LdapURL> |
GracefulDisconnect.getReplicatedContexts()
Get the list of replicated servers |
Methods in org.apache.directory.shared.ldap.codec.extended.operations with parameters of type LdapURL | |
---|---|
void |
GracefulDisconnect.addReplicatedContexts(LdapURL replicatedContext)
Add a new URL of a replicated server |
Uses of LdapURL in org.apache.directory.shared.ldap.codec.search |
---|
Methods in org.apache.directory.shared.ldap.codec.search that return types with arguments of type LdapURL | |
---|---|
java.util.List<LdapURL> |
SearchResultReference.getSearchResultReferences()
Get the list of references |
Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapURL | |
---|---|
void |
SearchResultReference.addSearchResultReference(LdapURL searchResultReference)
Add a new reference to the list. |
Uses of LdapURL in org.apache.directory.shared.ldap.util |
---|
Fields in org.apache.directory.shared.ldap.util declared as LdapURL | |
---|---|
static LdapURL |
LdapURL.EMPTY_URL
A null LdapURL |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |