UserArgumentDetails

class UserArgumentDetails(val isAuth: Boolean, authorities: List<GrantedAuthority>, id: String, email: String) : TokenUserDetails

Constructors

Link copied to clipboard
constructor(isAuth: Boolean, authorities: List<GrantedAuthority>, id: String, email: String)

Properties

Link copied to clipboard
val authorities: List<GrantedAuthority>
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getAuthorities(): MutableCollection<out GrantedAuthority>
Link copied to clipboard
open override fun getPassword(): String
Link copied to clipboard
open override fun getUsername(): String
Link copied to clipboard
open override fun isAccountNonExpired(): Boolean
Link copied to clipboard
open override fun isAccountNonLocked(): Boolean
Link copied to clipboard
open override fun isCredentialsNonExpired(): Boolean
Link copied to clipboard
open override fun isEnabled(): Boolean