class DigestAuthenticationProvider : AuthenticationProvider
Represents a Digest authentication provider
class Configuration : Configuration
Digest auth configuration |
val algorithmName: String
Message digest algorithm to be used. Usually only |
|
val realm: String
specifies value to be passed in |
val name: String?
Provider name or |
|
val pipeline: AuthenticationPipeline
Authentication pipeline for this provider |
|
val skipWhen: List<ApplicationCallPredicate>
Authentication filters specifying if authentication is required for particular ApplicationCall |
fun
Adds an authentication filter to the list |