Home | Trees | Indices | Help |
|
---|
|
object --+ | OpenIDServiceEndpoint
|
|||
__init__(self) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
usesExtension(self, extension_uri) | |||
preferredNamespace(self) | |||
supportsType(self,
type_uri) Does this endpoint support this type? |
|||
compatibilityMode(self) | |||
isOPIdentifier(self) | |||
parseService(self,
yadis_url,
uri,
type_uris,
service_element) Set the state of this object based on the contents of the service element. |
|||
getLocalID(self) Return the identifier that should be sent as the openid.identity parameter to the server. |
|||
__str__(self) str(x) |
|||
Inherited from |
|
|||
fromBasicServiceEndpoint(cls,
endpoint) Create a new instance of this class from the endpoint object passed in. |
|||
[OpenIDServiceEndpoint] |
fromHTML(cls,
uri,
html) Parse the given document as HTML looking for an OpenID <link rel=...> |
||
OpenIDServiceEndpoint |
fromOPEndpointURL(cls,
op_endpoint_url) Construct an OP-Identifier OpenIDServiceEndpoint object for a given OP Endpoint URL |
|
|||
openid_type_uris = ['http://specs.openid.net/auth/2.0/server', 'http://...
|
|
|||
canonicalID For XRI, the persistent identifier. |
|||
identity_url the verified identifier. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
Does this endpoint support this type? I consider/server endpoints to implicitly support
/signon .
|
|
|
Set the state of this object based on the contents of the service element. |
Return the identifier that should be sent as the openid.identity parameter to the server. |
Create a new instance of this class from the endpoint object passed in.
|
Parse the given document as HTML looking for an OpenID <link rel=...>
|
Construct an OP-Identifier OpenIDServiceEndpoint object for a given OP Endpoint URL
|
str(x)
|
|
openid_type_uris
|
|
canonicalIDFor XRI, the persistent identifier. |
identity_urlthe verified identifier. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:19 2007 | http://epydoc.sourceforge.net |