public static final class AddJdbcRealm.BcryptMapperBuilder extends Object
| Constructor and Description |
|---|
BcryptMapperBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AddJdbcRealm.BcryptMapper |
build() |
AddJdbcRealm.BcryptMapperBuilder |
iterationCountIndex(Integer iterationCountIndex) |
AddJdbcRealm.BcryptMapperBuilder |
passwordIndex(Integer passwordIndex) |
AddJdbcRealm.BcryptMapperBuilder |
saltIndex(Integer saltIndex) |
public AddJdbcRealm.BcryptMapperBuilder passwordIndex(Integer passwordIndex)
public AddJdbcRealm.BcryptMapperBuilder saltIndex(Integer saltIndex)
public AddJdbcRealm.BcryptMapperBuilder iterationCountIndex(Integer iterationCountIndex)
public AddJdbcRealm.BcryptMapper build()
Copyright © 2021. All rights reserved.