Uses of Class
org.ldaptive.AbstractResult
-
Packages that use AbstractResult Package Description org.ldaptive org.ldaptive.auth org.ldaptive.extended -
-
Uses of AbstractResult in org.ldaptive
Classes in org.ldaptive with type parameters of type AbstractResult Modifier and Type Class Description protected static class
AbstractResult.AbstractBuilder<B,T extends AbstractResult>
Subclasses of AbstractResult in org.ldaptive Modifier and Type Class Description class
AddResponse
LDAP add response defined as:class
BindResponse
LDAP bind response defined as:class
CompareResponse
LDAP compare response defined as:class
DeleteResponse
LDAP delete response defined as:class
ModifyDnResponse
LDAP modify DN response defined as:class
ModifyResponse
LDAP modify response defined as:class
SearchResponse
Response that encapsulates the result elements of a search request.Constructors in org.ldaptive with parameters of type AbstractResult Constructor Description DiagnosticMessageHandler(AbstractResult response)
Creates a new LDAP diagnostic message handler.MatchedDNHandler(AbstractResult response)
Creates a new LDAP matched DN handler.ReferralHandler(AbstractResult response)
Creates a new LDAP referral handler.ResultCodeHandler(AbstractResult response)
Creates a new LDAP result code handler. -
Uses of AbstractResult in org.ldaptive.auth
Subclasses of AbstractResult in org.ldaptive.auth Modifier and Type Class Description class
AuthenticationHandlerResponse
Response object for authentication handlers.class
AuthenticationResponse
Synthetic response object that encapsulates data used for authentication. -
Uses of AbstractResult in org.ldaptive.extended
Subclasses of AbstractResult in org.ldaptive.extended Modifier and Type Class Description class
ExtendedResponse
LDAP extended response defined as:class
NoticeOfDisconnection
LDAP notice of disconnection defined as:class
UnsolicitedNotification
LDAP unsolicited notification defined as:
-