Waiting for engine...
Skip to main content

HTTPServerAuthType

Defines the authentication methods available for HTTP server containers.

enum HTTPServerAuthType {
NONE
BASIC
CLIENT_CERT
CLIENT_CERT_HEADER
CUSTOM
EXTERNAL_DELEGATE
GATEWAY_BOOMITOKEN
}

Values

HTTPServerAuthType.NONE

No user or token is needed to authenticate to the Atom. This is the least secure type.

HTTPServerAuthType.BASIC

User credentials are needed to authenticate to the Atom.

HTTPServerAuthType.CLIENT_CERT

Client certificate is needed to authenticate to the Atom.

HTTPServerAuthType.CLIENT_CERT_HEADER

Client certificate included in the header is needed to authenticate to the Atom.

HTTPServerAuthType.CUSTOM

Custom logic module is needed to authenticate to the Atom.

HTTPServerAuthType.EXTERNAL_DELEGATE

External identity provider is needed to authenticate to the Atom.

HTTPServerAuthType.GATEWAY_BOOMITOKEN

API Gateway token is needed to authenticate to the Atom.

Member Of

Atom object ●  DeployedApiFilter input ●  Port object

On this Page