A PartialService that requires an authenticated user in request handler's scope.
An Authenticator takes care of extracting the User from an HTTP request.
Implementation of Authenticator that rely on HTTP Basic auth.
Implementation of Authenticator that rely on HTTP Basic auth.
validate the (user,password) credentials.
The user visible realm.
A connected User.
Default implementation of Authenticator that authenticate any request as Guest.
Default implementation of Authenticator that authenticate any request as Guest. It basically disables the authentication.
The cuttle API is private for any write operation while it is publicly open for any read only operation. It allows to make it easy to build tooling that monitor any running cuttle scheduler while restricting access to potentially dangerous operations.
The UI access itself requires authentication.