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) User.Builder.withCreated(Integer createdAt) User.Builder.withFirstname(String firstnameIn) User.Builder.withIsEnrolled(Boolean isEnrolled) User.Builder.withLastDirectorySync(Object dirSync) User.Builder.withLastLogin(Integer lastLoginAt) User.Builder.withLastname(String lastnameIn) User.Builder.withLockoutReason(String lockoutReasonIn) User.Builder.withRealname(String realnameIn) User.Builder.withStatus(String statusIn) User.Builder.withU2ftokens(List<U2ftoken> tokens) User.Builder.withUserId(String id) User.Builder.withUsername(String uname) User.Builder.withWebAuthnCredentials(List<WebAuthnCredential> credentials) Constructors in net.shibboleth.idp.plugin.authn.duo.model with parameters of type User.Builder