OpenIdConnect

@Serializable
@SerialName(value = "!OpenIdConnect")
data class OpenIdConnect @JvmOverloads constructor(val issuerUrl: URL, val clientId: String, val clientSecret: String, var rules: List<Authenticator.MethodRule> = DEFAULT_RULES, var instantSource: InstantSource = InstantSource.system()) : Authenticator.Factory

Constructors

Link copied to clipboard
constructor(issuerUrl: URL, clientId: String, clientSecret: String, rules: List<Authenticator.MethodRule> = DEFAULT_RULES, instantSource: InstantSource = InstantSource.system())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun isSuperuser(userId: String): Boolean
Link copied to clipboard
open fun knownUsers(): List<String>
Link copied to clipboard
open override fun open(allocator: BufferAllocator, querySource: IQuerySource, dbCatalog: Database.Catalog): Authenticator