Home | Trees | Indices | Help |
|
---|
|
The Attribute class for storing AAA string attribute.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
Inherited from |
Instance Variables | |
str_value The value of a AAA attribute of type String. |
|
Inherited from |
Properties | |
Inherited from |
Method Details |
Create an Attribute that has String 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 must be of string format.
|
str(x)
|
Instance Variable Details |
str_valueThe value of a AAA attribute of type String. This method retrieves the value of an attribute identified by the given name. The attribute is retrieved as part of {@link aaa.User#authenticate} method. 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 |