avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-authorization
/
io.github.lishangbu.avalon.authorization.entity
/
AuthenticationLogDraft
/
Builder
Builder
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
base
:
AuthenticationLog
?
)
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
AuthenticationLog
client
Id
Link copied to clipboard
fun
clientId
(
clientId
:
String
?
)
:
AuthenticationLogDraft.Builder
error
Message
Link copied to clipboard
fun
errorMessage
(
errorMessage
:
String
?
)
:
AuthenticationLogDraft.Builder
grant
Type
Link copied to clipboard
fun
grantType
(
grantType
:
String
?
)
:
AuthenticationLogDraft.Builder
id
Link copied to clipboard
fun
id
(
id
:
Long
?
)
:
AuthenticationLogDraft.Builder
ip
Link copied to clipboard
fun
ip
(
ip
:
String
?
)
:
AuthenticationLogDraft.Builder
occurred
At
Link copied to clipboard
fun
occurredAt
(
occurredAt
:
Instant
?
)
:
AuthenticationLogDraft.Builder
success
Link copied to clipboard
fun
success
(
success
:
Boolean
?
)
:
AuthenticationLogDraft.Builder
user
Agent
Link copied to clipboard
fun
userAgent
(
userAgent
:
String
?
)
:
AuthenticationLogDraft.Builder
username
Link copied to clipboard
fun
username
(
username
:
String
?
)
:
AuthenticationLogDraft.Builder