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 {#none}
No user or token is needed to authenticate to the Atom. This is the least secure type.
HTTPServerAuthType.BASIC {#basic}
User credentials are needed to authenticate to the Atom.
HTTPServerAuthType.CLIENT_CERT {#client-cert}
Client certificate is needed to authenticate to the Atom.
HTTPServerAuthType.CLIENT_CERT_HEADER {#client-cert-header}
Client certificate included in the header is needed to authenticate to the Atom.
HTTPServerAuthType.CUSTOM {#custom}
Custom logic module is needed to authenticate to the Atom.
HTTPServerAuthType.EXTERNAL_DELEGATE {#external-delegate}
External identity provider is needed to authenticate to the Atom.
HTTPServerAuthType.GATEWAY_BOOMITOKEN {#gateway-boomitoken}
API Gateway token is needed to authenticate to the Atom.
Member Of
Atom object ●
DeployedApiFilter input ●
Port object