Home | Trees | Indices | Help |
|
---|
|
The Attribute class for storing an integer attribute.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
Inherited from |
Instance Variables | |
long_value The value of a AAA attribute of type integer. |
|
Inherited from |
Properties | |
Inherited from |
Method Details |
Create an Attribute that has integer format. This constructor creates an Attribute with the given Attribute type and value. The Application-specific attributes are keyed on attribute names, hence the name parameters are required parameters for application-specific attributes. The AAA attribute should be of integer format.
|
str(x)
|
Instance Variable Details |
long_valueThe value of a AAA attribute of type integer. This variable retreives the value of an attribute identified by the attribute name from the user's profile on the AAA server. The attribute name can be a standard IETF AAA attribute or a custom application- specific attribute. Custom attributes of only the following form will be available via this API: cisco avpair = "app-attr=shell-timeout:integer:1000" The attribute name and type must exactly match one of the attribute names in the user's profile on the AAA Server. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:26 2014 | http://epydoc.sourceforge.net |