Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthFlow.Builder |
adminUserPassword(java.lang.Boolean adminUserPassword)
Sets the value of
AuthFlow.getAdminUserPassword() |
AuthFlow |
build()
Builds the configured instance.
|
AuthFlow.Builder |
custom(java.lang.Boolean custom)
Sets the value of
AuthFlow.getCustom() |
AuthFlow.Builder |
userPassword(java.lang.Boolean userPassword)
Sets the value of
AuthFlow.getUserPassword() |
AuthFlow.Builder |
userSrp(java.lang.Boolean userSrp)
Sets the value of
AuthFlow.getUserSrp() |
public AuthFlow.Builder adminUserPassword(java.lang.Boolean adminUserPassword)
AuthFlow.getAdminUserPassword()
adminUserPassword
- Enable admin based user password authentication flow.this
public AuthFlow.Builder custom(java.lang.Boolean custom)
AuthFlow.getCustom()
custom
- Enable custom authentication flow.this
public AuthFlow.Builder userPassword(java.lang.Boolean userPassword)
AuthFlow.getUserPassword()
userPassword
- Enable auth using username & password.this
public AuthFlow.Builder userSrp(java.lang.Boolean userSrp)
AuthFlow.getUserSrp()
userSrp
- Enable SRP based authentication.this