nvflare.private.fed.server.app_authz module

class AppAuthzService[source]

Bases: object

app_validator = None
static authorize_deploy(app_path: str, sites: [<class 'str'>]) -> (<class 'str'>, <class 'nvflare.fuel.sec.authz.AuthzContext'>)[source]
static authorize_upload(app_path: str) -> (<class 'str'>, <class 'nvflare.fuel.sec.authz.AuthzContext'>)[source]
static initialize(app_validator)[source]