Authentication
class Authentication
Authentication feature supports pluggable mechanisms for checking and challenging a client to provide credentials
Parameters
config
- initial authentication configuration
Types
class Configuration Authentication configuration |
|
companion object Feature : Installable feature for Authentication. |
Constructors
Authentication(providers: List<AuthenticationProvider>) Authentication() Authentication(config: Configuration) Authentication feature supports pluggable mechanisms for checking and challenging a client to provide credentials |
Functions
fun configure(block: Configuration.() -> Unit): Unit Configure already installed feature |
|
fun interceptPipeline( Configures pipeline to process authentication by one or multiple auth methods |
Companion Object Properties
val key: AttributeKey<Authentication> Unique key that identifies a feature |
Companion Object Functions
fun install( Feature installation script |