ListenerCertificateAuthenticator

ENTERPRISE EDITION API

A Listener Certificate Authenticator.

Certificate based authentication and authorization.

Constructors

Link copied to clipboard
expect constructor(rootCerts: List<ByteArray>)

Create an authenticator that allows clients whose certificate chains can be verified using (only) one of the certs in the passed list. OS-bundled certs are ignored.

expect constructor(delegate: ListenerCertificateAuthenticatorDelegate)

Create an authenticator that delegates all responsibility for authentication and authorization to the passed delegate. See ListenerCertificateAuthenticatorDelegate.

actual constructor(rootCerts: List<ByteArray>)
actual constructor(delegate: ListenerCertificateAuthenticatorDelegate)
actual constructor(rootCerts: List<ByteArray>)
actual constructor(delegate: ListenerCertificateAuthenticatorDelegate)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String