Interface AuthorizingHttpHandlerArgs

Hierarchy

  • AuthorizingHttpHandlerArgs

Properties

authorizer: Authorizer

Verifies if the requested operation is allowed.

credentialsExtractor: CredentialsExtractor

Extracts the credentials from the incoming request.

modesExtractor: ModesExtractor

Extracts the required modes from the generated Operation.

operationHandler: OperationHttpHandler

Handler to call if the operation is authorized.

permissionReader: PermissionReader

Reads the permissions available for the Operation.