| Interface | Description |
|---|---|
| SecurityCheck |
Interface for a single check to be executed.
|
| SecurityCheckExecutorListener |
Listener for events about check execution.
|
| SecurityCheckResult |
Interface for the results of a
SecurityCheck. |
| Class | Description |
|---|---|
| AsyncSecurityCheckExecutor |
Executor used to asynchronously execute checks.
|
| AsyncSecurityCheckExecutor.Builder |
Builder class for constructing an AsyncSecurityCheckExecutor object.
|
| BuildConfig | |
| SecurityCheckExecutor |
Entry point for the SecurityCheckExecutor.
|
| SecurityCheckExecutor.Builder |
Entry point for SecurityCheckExecutor builders.
|
| SecurityService |
Service for running security checks in an application.
|
| SyncSecurityCheckExecutor |
Synchronously executes provided
SecurityChecks. |
| SyncSecurityCheckExecutor.Builder |
Builder class for constructing a SyncSecurityCheckExecutor object.
|
| Enum | Description |
|---|---|
| SecurityCheckType |
Checks that can be performed.
|