Package org.nuclos.api.common
Interface NuclosUser
public interface NuclosUser
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()getId()voidsetActivationCode(String activationCode) voidvoidsetExpirationDate(Date expirationDate) voidsetFirstname(String firstname) voidsetLastname(String lastname) voidvoidsetLoginWithEmailAllowed(Boolean loginWithEmailAllowed) voidsetPasswordChangeRequired(Boolean passwordChangeRequired) voidsetPasswordResetCode(String passwordResetCode) voidsetPrivacyConsentAccepted(Boolean privacyConsentAccepted) voidsetSuperuser(Boolean superuser) voidsetUsername(String username)
-
Method Details
-
getId
UID getId() -
getUsername
String getUsername() -
setUsername
-
getFirstname
String getFirstname() -
setFirstname
-
getLastname
String getLastname() -
setLastname
-
getEmail
String getEmail() -
setEmail
-
getLoginWithEmailAllowed
Boolean getLoginWithEmailAllowed() -
setLoginWithEmailAllowed
-
getPasswordChangeRequired
Boolean getPasswordChangeRequired() -
setPasswordChangeRequired
-
getPasswordResetCode
String getPasswordResetCode() -
setPasswordResetCode
-
getSuperuser
Boolean getSuperuser() -
setSuperuser
-
getLocked
Boolean getLocked() -
setLocked
-
getExpirationDate
Date getExpirationDate() -
setExpirationDate
-
getCommunicationAccountPhoneId
UID getCommunicationAccountPhoneId() -
getActivationCode
String getActivationCode() -
setActivationCode
-
getPrivacyConsentAccepted
Boolean getPrivacyConsentAccepted() -
setPrivacyConsentAccepted
-
getLastPasswordChange
Date getLastPasswordChange() -
getLastLogin
Date getLastLogin() -
getLoginAttempts
Integer getLoginAttempts()
-