Uses of Interface
org.apache.directory.api.ldap.model.message.BindResponse
-
Packages that use BindResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of BindResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement BindResponse Modifier and Type Class Description classBindResponseImplBindResponse implementation.Fields in org.apache.directory.api.ldap.model.message declared as BindResponse Modifier and Type Field Description private BindResponseBindRequestImpl. responseThe associated responseMethods in org.apache.directory.api.ldap.model.message that return BindResponse Modifier and Type Method Description BindResponseBindRequestImpl. getResultResponse()The result containing response for this request. -
Uses of BindResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement BindResponse Modifier and Type Class Description classBindNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Bind response.
-