OpaqueTokenDsl

A Kotlin DSL to configure opaque token Resource Server Support using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationConverter: OpaqueTokenAuthenticationConverter?
Link copied to clipboard
var authenticationManager: AuthenticationManager?

the AuthenticationManager used to determine if the provided Authentication can be authenticated.

Link copied to clipboard

the URI of the Introspection endpoint.

Link copied to clipboard
var introspector: OpaqueTokenIntrospector?

the OpaqueTokenIntrospector to use.

Functions

Link copied to clipboard
fun introspectionClientCredentials(clientId: String, clientSecret: String)

Configures the credentials for Introspection endpoint.