Package com.dzidzi.dto.credential
Class Credential.Builder
java.lang.Object
com.dzidzi.dto.credential.Credential.Builder
- Enclosing class:
Credential
-
Method Summary
Modifier and TypeMethodDescriptionbuild()codeExpiration(long codeExpiration) createdOn(long createdOn) enabled(boolean enabled) lastLogin(long lastLogin) lastPassChanged(long lastPassChanged) toString()twoFactEnabled(boolean twoFactEnabled) verificationCode(String verificationCode)
-
Method Details
-
id
- Returns:
this.
-
email
- Returns:
this.
-
username
- Returns:
this.
-
enabled
- Returns:
this.
-
twoFactEnabled
- Returns:
this.
-
verificationCode
- Returns:
this.
-
password
- Returns:
this.
-
role
- Returns:
this.
-
lastLogin
- Returns:
this.
-
lastPassChanged
- Returns:
this.
-
codeExpiration
- Returns:
this.
-
provider
- Returns:
this.
-
createdOn
- Returns:
this.
-
addedBy
- Returns:
this.
-
fcmToken
- Returns:
this.
-
salt
- Returns:
this.
-
build
-
toString
-