Implements the OpenID Attribute Exchange specification, version
1.0.
|
AXError
Results from data that does not meet the attribute exchange 1.0
specification
|
|
NotAXMessage
Raised when there is no Attribute Exchange mode in the message.
|
|
AXMessage
Abstract class containing common code for attribute exchange messages
|
|
AttrInfo
Represents a single attribute in an attribute exchange request.
|
|
FetchRequest
An attribute exchange 'fetch_request' message.
|
|
AXKeyValueMessage
An abstract class that implements a message that has attribute keys
and values.
|
|
FetchResponse
A fetch_response attribute exchange message
|
|
StoreRequest
A store request attribute exchange message representation
|
|
StoreResponse
An indication that the store request was processed along with this
OpenID transaction.
|