-
RADIUS_T
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
RADIUS_T
Provides expressions to retrieve radius header information and radius
Header and AVPs (attribute value pairs) from radius requests and responses.
Note:The radius implementation is RFC 2865 and 2866 compliant.
This topic lists the expressions that are provided by this class.
IS_CLIENT
Returns true if this is a radius client connection.
Returns: bool_at
IS_SERVER
Returns true if this is a radius server connection.
Returns: bool_at
NEW_ACCESSREJECT
Creates Radius Access Reject message (Header only) based on Request header.
Returns: text_t
NEW_ANSWER(uint code)
Creates Radius message (Header only) based on Request header.
Parameters:
code -
Radius Message code
Returns: text_t
NEW_AVP_INTEGER32(uint avpcode, num_atavpvalue)
Creates new AVP based on given avp code and given Integer32 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_INTEGER64(uint avpcode, ip_address_atavpvalue)
Creates new AVP based on given avp code and given Interger64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_INTEGER64(uint avpcode, num_atavpvalue)
Creates new AVP based on given avp code and given Interger64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_INTEGER64(uint avpcode, time_atavpvalue)
Creates new AVP based on given avp code and given Interger64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_INTEGER64(uint avpcode, unsigned_long_atavpvalue)
Creates new AVP based on given avp code and given Interger64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_IPADDRESS(uint avpcode, ip_address_atavpvalue)
Creates new AVP based on given avp code and given IP address value.
Example: RADIUS.NEW_AVP_IPADDRESS(8, 1.1.1.1)
Parameters:
avpcode -
AVP code
avpvalue -
AVP value as octet string
Returns: text_t
NEW_AVP_IPV6ADDRESS(uint avpcode, ipv6_address_atavpvalue)
Creates new AVP based on given avp code and given IPv6 address value.
Example: RADIUS.NEW_AVP_IPV6ADDRESS(95, 127:1:1::1)
Parameters:
avpcode -
AVP code
avpvalue -
AVP value as octet string
Returns: text_t
NEW_AVP_IPV6SUBNET(uint avpcode, ipv6_subnet_ats)
Creates new AVP based on given avp code and given IPv6 Subnet value.
Example: RADIUS.NEW_AVP_IPV6SUBNET(97, 127::1/64)
Parameters:
avpcode -
AVP code
s -
IPv6 Subnet
Returns: text_t
NEW_AVP(uint avpcode, text_tavpvalue)
Creates new AVP based on given avp code and given value.
Example: RADIUS.NEW_AVP(1, "Hemant")
Example: RADIUS.NEW_AVP(97, RADIUS.REQ.AVP(97).VALUE(0))
Parameters:
avpcode -
AVP code
avpvalue -
AVP value as octet string
Returns: text_t
NEW_AVP_TIME(uint avpcode, time_att)
Creates new AVP based on given avp code and given time value.
Example: RADIUS.NEW_AVP( ``` , GMT May 10h 0m)
Parameters:
avpcode -
AVP code
t -
Time
Returns: text_t
NEW_AVP_UNSIGNED32(uint avpcode, uint avpvalue)
Creates new AVP based on given avp code and given Unsigned32 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_UNSIGNED64(uint avpcode, ip_address_atavpvalue)
Creates new AVP based on given avp code and given unsigned64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_UNSIGNED64(uint avpcode, num_atavpvalue)
Creates new AVP based on given avp code and given unsigned64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_UNSIGNED64(uint avpcode, time_atavpvalue)
Creates new AVP based on given avp code and given unsigned64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_AVP_UNSIGNED64(uint avpcode, unsigned_long_atavpvalue)
Creates new AVP based on given avp code and given unsigned64 value.
Parameters:
avpcode -
AVP code
avpvalue -
AVP value
Returns: text_t
NEW_VENDOR_SPEC_AVP(uint vendorid, text_tavpvalue)
Creates new Vendor-Specific AVP with given vendor id and given value.
Parameters:
vendorid -
Vendor ID
avpvalue -
AVP value as octet string
Returns: text_t
REQ
Retrieves header information and AVPs from radius requests.
Returns: radius_req_t
RES
Retrieves header information and AVPs from radius responses.
Returns: radius_res_t ```
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.