|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LdapURL in org.apache.directory.shared.dsmlv2.reponse |
---|
Methods in org.apache.directory.shared.dsmlv2.reponse that return types with arguments of type LdapURL | |
---|---|
java.util.List<LdapURL> |
LdapResultDsml.getReferrals()
Get the referrals |
java.util.List<LdapURL> |
SearchResultReferenceDsml.getSearchResultReferences()
Get the list of references |
Methods in org.apache.directory.shared.dsmlv2.reponse with parameters of type LdapURL | |
---|---|
void |
LdapResultDsml.addReferral(LdapURL referral)
Add a referral |
void |
SearchResultReferenceDsml.addSearchResultReference(LdapURL searchResultReference)
Add a new reference to the list. |
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> |
LdapResultCodec.getReferrals()
Get the referrals |
Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapURL | |
---|---|
void |
LdapResultCodec.addReferral(LdapURL referral)
Add a referral |
Uses of LdapURL in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect |
---|
Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect 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.gracefulDisconnect 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> |
SearchResultReferenceCodec.getSearchResultReferences()
Get the list of references |
Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapURL | |
---|---|
void |
SearchResultReferenceCodec.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 |