Server

data class Server(val url: String, val realm: String = "root", val timeout: Int = 30, val cookieName: String = "iPlanetDirectoryPro", val cookieCacheSeconds: Long = 0)

Data class for the server configurations

Constructors

Link copied to clipboard
constructor(url: String, realm: String = "root", timeout: Int = 30, cookieName: String = "iPlanetDirectoryPro", cookieCacheSeconds: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timeout: Int = 30
Link copied to clipboard
val url: String