Class User.Builder
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.model.User.Builder
- Enclosing class:
- User
The builder used to create a threadsafe instance of this class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAdditionalProperty(String name, Object value) withCreated(Integer createdAt) withFirstname(String firstnameIn) withIsEnrolled(Boolean isEnrolled) withLastDirectorySync(Object dirSync) withLastLogin(Integer lastLoginAt) withLastname(String lastnameIn) withLockoutReason(String lockoutReasonIn) withRealname(String realnameIn) withStatus(String statusIn) withU2ftokens(List<U2ftoken> tokens) withUserId(String id) withUsername(String uname) withWebAuthnCredentials(List<WebAuthnCredential> credentials)
-
Field Details
-
created
-
email
-
firstname
-
enrolled
-
lastDirectorySync
-
lastLogin
-
lastname
-
lockoutReason
-
notes
-
realname
-
status
-
u2ftokens
-
userId
-
username
-
webAuthnCredentials
-
additionalProperties
-
-
Constructor Details
-
Builder
private Builder()Constructor.
-
-
Method Details
-
withCreated
-
withEmail
-
withFirstname
-
withIsEnrolled
-
withLastDirectorySync
-
withLastLogin
-
withLastname
-
withLockoutReason
-
withNotes
-
withRealname
-
withStatus
-
withU2ftokens
-
withUserId
-
withUsername
-
withWebAuthnCredentials
-
withAdditionalProperty
-
build
-