Configuration
class Configuration : Configuration
Basic auth configuration
Properties
var charset: Charset? Specifies the charset to be used. It can be either UTF_8 or null.
Setting |
|
var realm: String Specifies realm to be passed in |
Inherited Properties
val name: String? is the name of the provider, or |
|
val pipeline: AuthenticationPipeline Authentication pipeline for this provider. |
Functions
fun validate( Sets a validation function that will check given UserPasswordCredential instance and return Principal, or null if credential does not correspond to an authenticated principal |
Inherited Functions
fun skipWhen(predicate: (ApplicationCall) -> Boolean): Unit Adds an authentication filter to the list.
For every application call the specified predicate is applied and if it returns |