avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-oauth2-common
/
io.github.lishangbu.avalon.oauth2.common.userdetails
/
UserInfo
/
UserInfo
User
Info
constructor
(
username
:
String
,
password
:
String
?
,
authorities
:
Collection
<
out
GrantedAuthority
>
)
constructor
(
username
:
String
,
password
:
String
?
,
enabled
:
Boolean
,
accountNonExpired
:
Boolean
,
credentialsNonExpired
:
Boolean
,
accountNonLocked
:
Boolean
,
authorities
:
Collection
<
out
GrantedAuthority
>
)