Part of canonical.launchpad.security View In Hierarchy
Known subclasses: canonical.launchpad.security.SpecialAccount, canonical.launchpad.security.ViewAccount
Method | checkAccountAuthenticated | See IAuthorization.checkAccountAuthenticated . |
Method | checkAuthenticated | Return True if the given person has the given permission. |
Inherited from AuthorizationBase:
Method | __init__ | Undocumented |
Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated . |
IAuthorization.checkAccountAuthenticated
.Returns | True or False. |
This method is implemented by security adapters that have not been updated to work in terms of IAccount.
Returns | True or False. |