Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
Authenticator
/
MethodRule
Method
Rule
@
Serializable
data
class
MethodRule
(
val
method
:
Authenticator.Method
,
val
user
:
String
?
=
null
,
val
remoteAddress
:
String
?
=
null
)
Members
Constructors
Method
Rule
Link copied to clipboard
constructor
(
method
:
Authenticator.Method
,
user
:
String
?
=
null
,
remoteAddress
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
method
Link copied to clipboard
val
method
:
Authenticator.Method
remote
Address
Link copied to clipboard
val
remoteAddress
:
String
?
user
Link copied to clipboard
val
user
:
String
?