Package onep :: Package aaa :: Module Server :: Class Server
[frames] | no frames]

Class Server


Server class describes the AAA Server that is used for user authentication. Each server is characterized by its IP Address and the AAA protocol.

Instance Methods
 
__init__(self, address, protocol)
AAA server constructor, used internally

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  OnepAAAProtocol = enum('ONEP_AAA_PROTOCOL_RADIUS', 'ONEP_AAA_P...
AAA Protocol.
Instance Variables
  address
The AAA Server IP Address
  protocol
The AAA protocol supported by the AAA Server
Properties

Inherited from object: __class__

Method Details

__init__(self, address, protocol)
(Constructor)

 

AAA server constructor, used internally

Overrides: object.__init__

Class Variable Details

OnepAAAProtocol

AAA Protocol. Only Radius, TACACS+ and Local are supported

Value:
enum('ONEP_AAA_PROTOCOL_RADIUS', 'ONEP_AAA_PROTOCOL_TACACSPLUS', 'ONEP\
_AAA_PROTOCOL_LOCAL')