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 GoogleMfaAuthAccount
build()
GoogleMfaAuthAccount.Builder
id(Long id)
GoogleMfaAuthAccount.Builder
name(String name)
GoogleMfaAuthAccount.Builder
registrationDate(OffsetDateTime date)
GoogleMfaAuthAccount.Builder
scratchCodes(List<Integer> codes)
GoogleMfaAuthAccount.Builder
secretKey(String key)
GoogleMfaAuthAccount.Builder
validationCode(Integer code)
-
-
-
Method Detail
-
registrationDate
public GoogleMfaAuthAccount.Builder registrationDate(OffsetDateTime date)
-
scratchCodes
public GoogleMfaAuthAccount.Builder scratchCodes(List<Integer> codes)
-
secretKey
public GoogleMfaAuthAccount.Builder secretKey(String key)
-
validationCode
public GoogleMfaAuthAccount.Builder validationCode(Integer code)
-
id
public GoogleMfaAuthAccount.Builder id(Long id)
-
name
public GoogleMfaAuthAccount.Builder name(String name)
-
build
public GoogleMfaAuthAccount build()
-
-