toggle menu
few
jvm
switch theme
search in API
web
/
web.security
/
UserArgumentDetails
User
Argument
Details
class
UserArgumentDetails
(
val
isAuth
:
Boolean
,
authorities
:
List
<
GrantedAuthority
>
,
id
:
String
,
email
:
String
)
:
TokenUserDetails
Members
Constructors
User
Argument
Details
Link copied to clipboard
constructor
(
isAuth
:
Boolean
,
authorities
:
List
<
GrantedAuthority
>
,
id
:
String
,
email
:
String
)
Properties
authorities
Link copied to clipboard
val
authorities
:
List
<
GrantedAuthority
>
email
Link copied to clipboard
val
email
:
String
id
Link copied to clipboard
val
id
:
String
is
Auth
Link copied to clipboard
val
isAuth
:
Boolean
Functions
get
Authorities
Link copied to clipboard
open
override
fun
getAuthorities
(
)
:
MutableCollection
<
out
GrantedAuthority
>
get
Password
Link copied to clipboard
open
override
fun
getPassword
(
)
:
String
get
Username
Link copied to clipboard
open
override
fun
getUsername
(
)
:
String
is
Account
Non
Expired
Link copied to clipboard
open
override
fun
isAccountNonExpired
(
)
:
Boolean
is
Account
Non
Locked
Link copied to clipboard
open
override
fun
isAccountNonLocked
(
)
:
Boolean
is
Credentials
Non
Expired
Link copied to clipboard
open
override
fun
isCredentialsNonExpired
(
)
:
Boolean
is
Enabled
Link copied to clipboard
open
override
fun
isEnabled
(
)
:
Boolean