Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
security.py File Reference

Go to the source code of this file.

Namespaces

namespace  backend
 
namespace  backend.src
 
namespace  backend.src.libs
 
namespace  backend.src.libs.path_manager
 
namespace  backend.src.libs.path_manager.decorators
 
namespace  backend.src.libs.path_manager.decorators.security
 

Functions

Callable backend.src.libs.path_manager.decorators.security.auth_endpoint (SecurityLevel security_level=SecurityLevel.AUTHENTICATED, Environment environment=Environment.ALL)
 
Callable backend.src.libs.path_manager.decorators.security.admin_endpoint (SecurityLevel security_level=SecurityLevel.ADMIN, Environment environment=Environment.ALL)
 
Callable backend.src.libs.path_manager.decorators.security.public_endpoint (Environment environment=Environment.ALL)
 
Callable backend.src.libs.path_manager.decorators.security.test_endpoint (Environment environment=Environment.TESTING)
 
None backend.src.libs.path_manager.decorators.security._preserve_metadata (Callable func, Callable wrapper)