Part of lp.security View In Hierarchy
Known subclasses: lp.security.AdminDistribution, lp.security.AdminDistroSeries, lp.security.AdminGitRepository, lp.security.EditHWSubmission, lp.security.EditPackageUpload, lp.security.EditPackageUploadQueue, lp.security.ViewPublisherConfig
| Method | checkAuthenticated | Return True if the given person has the given permission. | 
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented | 
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. | 
  
| 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 | 
This method is implemented by security adapters that have not been updated to work in terms of IAccount.
| Returns | True or False. | |