Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.User.Builder
Packages that use User.Builder
Package
Description
Duo OIDC 2FA login flow API model classes.
-
Uses of User.Builder in net.shibboleth.idp.plugin.authn.duo.model
Methods in net.shibboleth.idp.plugin.authn.duo.model that return User.BuilderModifier and TypeMethodDescriptionstatic User.BuilderUser.builder()Get the builder for this class.User.Builder.withAdditionalProperty(String name, Object value) Adds an additional properyUser.Builder.withCreated(Integer createdAt) Adds user creation time.Adds email address.User.Builder.withFirstname(String firstnameIn) Adds first name.User.Builder.withIsEnrolled(Boolean isEnrolled) Adds enrollment flag.User.Builder.withLastDirectorySync(Object dirSync) Adds last directory sync time.User.Builder.withLastLogin(Integer lastLoginAt) Adds last login time.User.Builder.withLastname(String lastnameIn) Adds last name.User.Builder.withLockoutReason(String lockoutReasonIn) Adds account lockout reason.Adds notes.User.Builder.withRealname(String realnameIn) Adds real name.User.Builder.withStatus(String statusIn) Adds status.User.Builder.withU2ftokens(List<U2ftoken> tokens) Adds list of U2F tokensUser.Builder.withUserId(String id) Adds user ID.User.Builder.withUsername(String uname) Adds username.User.Builder.withWebAuthnCredentials(List<WebAuthnCredential> credentials) Adds list of WebAuthn credentials.Constructors in net.shibboleth.idp.plugin.authn.duo.model with parameters of type User.Builder