Uses of Class
org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Packages that use NoticeOfDisconnect Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.nod org.apache.directory.api.ldap.model.message.extended -
-
Uses of NoticeOfDisconnect in org.apache.directory.api.ldap.extras.extended.ads_impl.nod
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.nod that return NoticeOfDisconnect Modifier and Type Method Description NoticeOfDisconnectNoDFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no value -
Uses of NoticeOfDisconnect in org.apache.directory.api.ldap.model.message.extended
Fields in org.apache.directory.api.ldap.model.message.extended declared as NoticeOfDisconnect Modifier and Type Field Description static NoticeOfDisconnectNoticeOfDisconnect. PROTOCOLERRORThe single instance with protocolError result code.static NoticeOfDisconnectNoticeOfDisconnect. STRONGAUTHREQUIREDThe single instance with strongAuthRequired result code.static NoticeOfDisconnectNoticeOfDisconnect. UNAVAILABLEThe single instance with unavailable result code.Methods in org.apache.directory.api.ldap.model.message.extended that return NoticeOfDisconnect Modifier and Type Method Description static NoticeOfDisconnectNoticeOfDisconnect. createNoticeOfDisconnect(ResultCodeEnum rcode)Create a NoD associated with a result code enum
-