Uses of Interface
org.apache.directory.api.ldap.model.message.CompareResponse
-
-
Uses of CompareResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement CompareResponse Modifier and Type Class Description classCompareResponseDsmlDSML Decorator for CompareResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type CompareResponse Constructor Description CompareResponseDsml(LdapApiService codec, CompareResponse ldapMessage)Creates a new getDecoratedMessage() of CompareResponseDsml. -
Uses of CompareResponse in org.apache.directory.api.ldap.codec.actions.response.compare
Method parameters in org.apache.directory.api.ldap.codec.actions.response.compare with type arguments of type CompareResponse Modifier and Type Method Description voidInitCompareResponse. action(LdapMessageContainer<CompareResponse> container)The action to be executed. -
Uses of CompareResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement CompareResponse Modifier and Type Class Description classCompareResponseImplCompareResponse implementation.Methods in org.apache.directory.api.ldap.model.message that return CompareResponse Modifier and Type Method Description CompareResponseCompareRequestImpl. getResultResponse()The result containing response for this request. -
Uses of CompareResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement CompareResponse Modifier and Type Class Description classCompareNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Compare response. -
Uses of CompareResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return CompareResponse Modifier and Type Method Description CompareResponseLdapConnection. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.CompareResponseLdapConnectionWrapper. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.CompareResponseLdapNetworkConnection. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.
-