Package org.apache.syncope.common.lib.wa
Class GoogleMfaAuthAccount.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount.Builder
-
- Enclosing class:
- GoogleMfaAuthAccount
public static class GoogleMfaAuthAccount.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleMfaAuthAccountbuild()GoogleMfaAuthAccount.Builderid(Long id)GoogleMfaAuthAccount.Buildername(String name)GoogleMfaAuthAccount.BuilderregistrationDate(ZonedDateTime date)GoogleMfaAuthAccount.BuilderscratchCodes(List<Integer> codes)GoogleMfaAuthAccount.BuildersecretKey(String key)GoogleMfaAuthAccount.Builderusername(String username)GoogleMfaAuthAccount.BuildervalidationCode(Integer code)
-
-
-
Method Detail
-
id
public GoogleMfaAuthAccount.Builder id(Long id)
-
name
public GoogleMfaAuthAccount.Builder name(String name)
-
username
public GoogleMfaAuthAccount.Builder username(String username)
-
secretKey
public GoogleMfaAuthAccount.Builder secretKey(String key)
-
validationCode
public GoogleMfaAuthAccount.Builder validationCode(Integer code)
-
scratchCodes
public GoogleMfaAuthAccount.Builder scratchCodes(List<Integer> codes)
-
registrationDate
public GoogleMfaAuthAccount.Builder registrationDate(ZonedDateTime date)
-
build
public GoogleMfaAuthAccount build()
-
-