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