c.l.b.l.ValidateGPGKeyView(BaseTokenView, LaunchpadFormView) : class documentation

Part of canonical.launchpad.browser.logintoken View In Hierarchy

No class docstring
Method label Undocumented
Method default_next_url Undocumented
Method initialize Undocumented
Method validate Undocumented
Method cancel_action Undocumented
Method continue_action_gpg Undocumented
Method _validateSignOnlyGPGKey Undocumented
Method _activateGPGKey Undocumented
Method _getGPGKey Look up the OpenPGP key for this login token.

Inherited from BaseTokenView:

Method next_url The next URL to redirect to on successful form submission.
Method page_title The page title.
Method redirectIfInvalidOrConsumedToken If this is a consumed or invalid token redirect to the LoginToken
Method success Indicate to the user that the token was successfully processed.
Method logInPrincipalByEmail Login the principal with the given email address.
Method accountWasSuspended Return True if the person's account was SUSPENDED, otherwise False.
Method _cancel Consume the LoginToken and set self._next_url_for_cancel.
@property
def label(self):
Undocumented
@property
def default_next_url(self):
Undocumented
def initialize(self):
Undocumented
def validate(self, data):
Undocumented
@action(_('Cancel'), 'cancel', 'validate_cancel')
def cancel_action(self, action, data):
Undocumented
@action(_('Continue'), 'continue')
def continue_action_gpg(self, action, data):
Undocumented
def _validateSignOnlyGPGKey(self, data):
Undocumented
def _activateGPGKey(self, key, can_encrypt):
Undocumented
def _getGPGKey(self):
Look up the OpenPGP key for this login token.

If the key can not be retrieved from the keyserver, the key has been revoked or expired, None is returned and an error is set using self.addError.

API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.