|
| | LdapDeleteResponseLayer (uint16_t messageId, LdapResultCode resultCode, const std::string &matchedDN, const std::string &diagnosticMessage, const std::vector< std::string > &referral=std::vector< std::string >(), const std::vector< LdapControl > &controls=std::vector< LdapControl >()) |
| |
| LdapResultCode | getResultCode () const |
| |
| std::string | getMatchedDN () const |
| |
| std::string | getDiagnosticMessage () const |
| |
| std::vector< std::string > | getReferral () const |
| |
| | LdapLayer (uint16_t messageId, LdapOperationType operationType, const std::vector< Asn1Record * > &messageRecords, const std::vector< LdapControl > &controls=std::vector< LdapControl >()) |
| |
| Asn1SequenceRecord * | getRootAsn1Record () const |
| |
| Asn1ConstructedRecord * | getLdapOperationAsn1Record () const |
| |
| uint16_t | getMessageID () const |
| |
| std::vector< LdapControl > | getControls () const |
| |
| virtual LdapOperationType | getLdapOperationType () const |
| |
| template<typename Method , typename ResultType > |
| bool | tryGet (Method method, ResultType &result) |
| |
| void | parseNextLayer () override |
| |
| size_t | getHeaderLen () const override |
| |
| void | computeCalculateFields () override |
| |
| OsiModelLayer | getOsiModelLayer () const override |
| |
| std::string | toString () const override |
| |
| virtual | ~Layer () |
| |
| Layer * | getNextLayer () const |
| |
| Layer * | getPrevLayer () const |
| |
| ProtocolType | getProtocol () const |
| |
| bool | isMemberOfProtocolFamily (ProtocolTypeFamily protocolTypeFamily) const |
| |
| uint8_t * | getData () const |
| |
| size_t | getDataLen () const |
| |
| uint8_t * | getLayerPayload () const |
| |
| size_t | getLayerPayloadSize () const |
| |
| bool | isAllocatedToPacket () const |
| |
| void | copyData (uint8_t *toArr) const |
| |
| uint8_t * | getDataPtr (size_t offset=0) const |
| |
Represents LDAP delete response message