Skip to content

SecurityCheckPipeline

Defined in: core/src/core/checks/pipeline.ts:6

new SecurityCheckPipeline(checks, logger): SecurityCheckPipeline

Defined in: core/src/core/checks/pipeline.ts:7

SecurityCheck[]

Logger

SecurityCheckPipeline

get length(): number

Defined in: core/src/core/checks/pipeline.ts:43

number

add(check): void

Defined in: core/src/core/checks/pipeline.ts:24

SecurityCheck

void


execute(request): Promise<GuardResponse | null>

Defined in: core/src/core/checks/pipeline.ts:12

GuardRequest

Promise<GuardResponse | null>


getCheckNames(): string[]

Defined in: core/src/core/checks/pipeline.ts:39

string[]


insert(index, check): void

Defined in: core/src/core/checks/pipeline.ts:28

number

SecurityCheck

void


remove(name): boolean

Defined in: core/src/core/checks/pipeline.ts:32

string

boolean