c.l.w.i.IAuthorization(Interface) : interface documentation

Part of canonical.launchpad.webapp.interfaces View In Hierarchy

Known implementations: canonical.launchpad.security.AuthorizationBase

Authorization policy for a particular object and permission.
Method checkUnauthenticated Returns True if an unauthenticated user has that permission
Method checkAccountAuthenticated Returns True if the account has that permission on the adapted
def checkUnauthenticated():
Returns True if an unauthenticated user has that permission on the adapted object. Otherwise returns False.
def checkAccountAuthenticated(account):
Returns True if the account has that permission on the adapted object. Otherwise returns False.

The argument account is the account who is authenticated.

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