Part of lp.security View In Hierarchy
Some operations are open to Launchpad users in general, but we still don't want drive-by vandalism.
Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated . |
Method | checkAuthenticated | Return True if the given person has the given permission. |
Method | _hasEnoughKarma | Undocumented |
Method | _isOldEnough | Undocumented |
Inherited from AuthorizationBase:
Method | __init__ | Undocumented |
Method | checkPermissionIsRegistered | Pass through to checkPermission. |
Method | forwardCheckAuthenticated | Forward request to another security adapter. |
Method | forwardCheckUnauthenticated | Forward request to another security adapter. |
Method | _checkAndFetchNext | Undocumented |