ClientAuth

cc.otavia.handler.ssl.ClientAuth
enum ClientAuth

Indicates the state of the SSLEngine with respect to client authentication. This configuration item really only applies when building the server-side SslContext.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case NONE extends ClientAuth

Indicates that the SSLEngine will not request client authentication.

Indicates that the SSLEngine will not request client authentication.

Attributes

case case OPTIONAL extends ClientAuth

Indicates that the SSLEngine will request client authentication.

Indicates that the SSLEngine will request client authentication.

Attributes

case case REQUIRE extends ClientAuth

Indicates that the SSLEngine will require client authentication.

Indicates that the SSLEngine will require client authentication.

Attributes