GetRealmKeysPlainArgs

data class GetRealmKeysPlainArgs(val algorithms: List<String>? = null, val realmId: String, val statuses: List<String>? = null) : ConvertibleToJava<GetRealmKeysPlainArgs>

A collection of arguments for invoking getRealmKeys.

Constructors

Link copied to clipboard
constructor(algorithms: List<String>? = null, realmId: String, statuses: List<String>? = null)

Properties

Link copied to clipboard
val algorithms: List<String>? = null

When specified, keys will be filtered by algorithm. The algorithms can be any of HS256, RS256,AES, etc.

Link copied to clipboard

The realm from which the keys will be retrieved.

Link copied to clipboard
val statuses: List<String>? = null

When specified, keys will be filtered by status. The statuses can be any of ACTIVE, DISABLED and PASSIVE.

Functions

Link copied to clipboard
open override fun toJava(): GetRealmKeysPlainArgs