gws.web.auth

class gws.web.auth.Request(root: gws.types.IRootObject, environ: dict, site: gws.types.IWebSite)[source]
session = None
auth
user
auth_open()[source]
auth_close(res: gws.types.IResponse)[source]
login(login: str, password: str)[source]
logout()[source]
require(klass: str, uid: str) → gws.types.IObject[source]
require_project(uid: str) → gws.types.IProject[source]
require_layer(uid: str) → gws.types.ILayer[source]
acquire(klass: str, uid: str) → Optional[gws.types.IObject][source]