Module kernel::process_checker
source · Expand description
Traits and types for application credentials checkers, used to decide whether an application can be loaded.
See the AppID TRD.
Structs§
- The accepted credential from the credential checker.
- Optional metadata the credential checker can attach to an accepted credential.
- Checks the footers for a
ProcessBinary
and decides whether to continue loading the process based on the checking policy inchecker
.
Enums§
- What a AppCredentialsChecker decided a particular application’s credential indicates about the runnability of an application binary.
- Error from checking process credentials.
Traits§
- Implements a Credentials Checking Policy.
- Receives callbacks on whether a credential was accepted or not.
- Whether two processes have the same Application Identifier; two processes with the same Application Identifier cannot run concurrently.
- Transforms Application Credentials into a corresponding ShortId.
- Client interface for the outcome of a process credential check.