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 classAbstractResult.AbstractBuilder<B,T extends AbstractResult>Subclasses of AbstractResult in org.ldaptive Modifier and Type Class Description classAddResponseLDAP add response defined as:classBindResponseLDAP bind response defined as:classCompareResponseLDAP compare response defined as:classDeleteResponseLDAP delete response defined as:classModifyDnResponseLDAP modify DN response defined as:classModifyResponseLDAP modify response defined as:classSearchResponseResponse 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 classAuthenticationHandlerResponseResponse object for authentication handlers.classAuthenticationResponseSynthetic 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 classExtendedResponseLDAP extended response defined as:classNoticeOfDisconnectionLDAP notice of disconnection defined as:classUnsolicitedNotificationLDAP unsolicited notification defined as:
-