📄 diameter_eap_server_fsm.hxx
字号:
{ return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizePortLimit (const diameter_unsigned32_t &portLimit1, AAA_ScholarAttribute<diameter_unsigned32_t> &portLimit2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeCallbackId (AAA_ScholarAttribute<diameter_utf8string_t> &callbackId) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeCallbackNumber (AAA_ScholarAttribute<diameter_utf8string_t> &callbackNumber) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeCallbackNumber (const diameter_utf8string_t &callbackNumber1, AAA_ScholarAttribute<diameter_utf8string_t> &callbackNumber2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedAppletalkLink (AAA_ScholarAttribute<diameter_unsigned32_t> &framedAppletalkLink) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedAppletalkZone (AAA_ScholarAttribute<diameter_octetstring_t> &framedAppletalkZone) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedAppletalkNetwork (AAA_VectorAttribute<diameter_unsigned32_t> &framedAppletalkNetwork) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedCompression (AAA_VectorAttribute<diameter_enumerated_t> &framedCompression) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedCompression (const AAA_VectorAttribute<diameter_enumerated_t> &framedCompression1, AAA_VectorAttribute<diameter_enumerated_t> &framedCompression2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedInterfaceId (AAA_ScholarAttribute<diameter_unsigned64_t> &framedInterfaceId) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedInterfaceId (const diameter_unsigned64_t &framedInterfaceId1, AAA_ScholarAttribute<diameter_unsigned64_t> &framedInterfaceId2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpAddress (AAA_ScholarAttribute<diameter_octetstring_t> &framedIpAddress) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpAddress (const diameter_octetstring_t &framedIpAddress1, AAA_ScholarAttribute<diameter_octetstring_t> &framedIpAddress2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpv6Prefix (AAA_VectorAttribute<diameter_octetstring_t> &framedIpv6Prefix) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpv6Prefix (const std::vector<diameter_octetstring_t> &framedIpv6Prefix1, AAA_VectorAttribute<diameter_octetstring_t> &framedIpv6Prefix2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpv6Pool (AAA_ScholarAttribute<diameter_octetstring_t> &framedIpv6Pool) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedPool (AAA_ScholarAttribute<diameter_octetstring_t> &framedPool) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpv6Route (AAA_VectorAttribute<diameter_utf8string_t> &framedIpv6Route) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedRoute (AAA_VectorAttribute<diameter_utf8string_t> &framedRoute) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpNetmask (AAA_ScholarAttribute<diameter_octetstring_t> &framedIpNetmask) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpNetmask (const diameter_octetstring_t &framedIpNetmask1, AAA_ScholarAttribute<diameter_octetstring_t> &framedIpNetmask2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedIpxNetwork (AAA_ScholarAttribute<diameter_utf8string_t> &framedIpxNetwork) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedMtu (AAA_ScholarAttribute<diameter_unsigned32_t> &framedMtu) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedMtu (const diameter_unsigned32_t &framedMtu1, AAA_ScholarAttribute<diameter_unsigned32_t> &framedMtu2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedProtocol (AAA_ScholarAttribute<diameter_enumerated_t> &framedProtocol) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedProtocol (const diameter_enumerated_t &framedProtocol1, AAA_ScholarAttribute<diameter_enumerated_t> &framedProtoco2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeFramedRouting (AAA_ScholarAttribute<diameter_enumerated_t> &framedRouting) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeNasFilterRule (AAA_VectorAttribute<diameter_ipfilter_rule_t> &nasFilterRule) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeTunneling (AAA_VectorAttribute<tunneling_t> &tunneling) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeTunneling (const std::vector<tunneling_t> &tunneling1, AAA_VectorAttribute<tunneling_t> &tunneling2) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeEapMasterSessionKey (AAA_ScholarAttribute<diameter_octetstring_t> &eapMasterSessionKey) { return true; } /// An authorization function called from Authorize() function. virtual bool AuthorizeAccountingEapAuthMethod (AAA_VectorAttribute<diameter_unsigned64_t> &accountingEapAuthMethod) { return true; } /// The contents of the replyMessage should be generated depending /// on the value of the resultCode. virtual void SetReplyMessage (AAA_VectorAttribute<diameter_utf8string_t> &replyMessage, const diameter_unsigned32_t &resultCode) {} /// Returns true when the contents of ReissuedEapPayload AVP is generated. virtual void SetReissuedEapPayload (AAA_ScholarAttribute<diameter_octetstring_t> &reissuedEapPayload) {} /// Validate User-Name AVP. virtual bool ValidateUserName (const diameter_utf8string_t &userName) { return false; } /// Validate State AVP in DER against State AVP in DEA. The /// validation method is specific to application. virtual bool ValidateState (const diameter_octetstring_t &stateInDER, const diameter_octetstring_t &stateInDEA) { return false; } /// Used for setting State AVP in initial answer. Do nothing by default. virtual void SetState(AAA_ScholarAttribute<diameter_octetstring_t> &state) { } DER_Data& DER() { return derData; } DEA_Data& DEA() { return deaData; } protected: private: /// Inherited from AAA_EventQueueJob. Not used. int Schedule(AAA_Job*, size_t=1) { return (-1); } /// Inherited from AAA_EventQueueJob. inline int Serve() { if (!AAA_EventQueueJob::ExistBacklog()) { AAA_LOG(LM_ERROR, "%N: no backlog to serve."); return 0; } // Obtain the event to execute. AAA_Event ev = 0; AAA_EventQueueJob::Dequeue(ev); bool existBacklog = AAA_EventQueueJob::ExistBacklog(); // Execute it. Event(ev); return existBacklog ? 1 : 0; } DiameterEapServerSession& session; /// Job handle. DiameterJobHandle handle; bool authorizationDone; /// DER and DEA packet data. DER_Data derData; DEA_Data deaData;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -