AppUser

@Serializable
data class AppUser(val accountNonExpired: Boolean? = null, val accountNonLocked: Boolean? = null, val appUserClientMappings: Set<AppUserClientMapping>? = null, val authorities: List<GrantedAuthority>? = null, val bypassUser: Boolean? = null, val credentialsNonExpired: Boolean? = null, val deleted: Boolean? = null, val displayName: String? = null, val email: String? = null, val enabled: Boolean? = null, val firstname: String? = null, val id: Long? = null, val lastTimePasswordUpdated: LocalDate? = null, val lastname: String? = null, val new: Boolean? = null, val notEnabled: Boolean? = null, val office: Office? = null, val password: String? = null, val passwordNeverExpires: Boolean? = null, val roles: Set<Role>? = null, val selfServiceUser: Boolean? = null, val staff: Staff? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val systemUser: Boolean? = null, val username: String? = null)

Parameters

accountNonExpired
accountNonLocked
appUserClientMappings
authorities
bypassUser
credentialsNonExpired
deleted
displayName
email
enabled
firstname
id
lastTimePasswordUpdated
lastname
new
notEnabled
office
password
passwordNeverExpires
roles
selfServiceUser
staff
staffDisplayName
staffId
systemUser
username

Constructors

Link copied to clipboard
constructor(accountNonExpired: Boolean? = null, accountNonLocked: Boolean? = null, appUserClientMappings: Set<AppUserClientMapping>? = null, authorities: List<GrantedAuthority>? = null, bypassUser: Boolean? = null, credentialsNonExpired: Boolean? = null, deleted: Boolean? = null, displayName: String? = null, email: String? = null, enabled: Boolean? = null, firstname: String? = null, id: Long? = null, lastTimePasswordUpdated: LocalDate? = null, lastname: String? = null, new: Boolean? = null, notEnabled: Boolean? = null, office: Office? = null, password: String? = null, passwordNeverExpires: Boolean? = null, roles: Set<Role>? = null, selfServiceUser: Boolean? = null, staff: Staff? = null, staffDisplayName: String? = null, staffId: Long? = null, systemUser: Boolean? = null, username: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bypassUser: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val deleted: Boolean? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val email: String? = null
Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val firstname: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val lastname: String? = null
Link copied to clipboard
val lastTimePasswordUpdated: LocalDate? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
val notEnabled: Boolean? = null
Link copied to clipboard
val office: Office? = null
Link copied to clipboard
val password: String? = null
Link copied to clipboard
Link copied to clipboard
val roles: Set<Role>? = null
Link copied to clipboard
Link copied to clipboard
val staff: Staff? = null
Link copied to clipboard
Link copied to clipboard
val staffId: Long? = null
Link copied to clipboard
val systemUser: Boolean? = null
Link copied to clipboard
val username: String? = null