public static final class AddJdbcRealm.SaltedSimpleDigestMapperBuilder extends Object
| Constructor and Description |
|---|
SaltedSimpleDigestMapperBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AddJdbcRealm.SaltedSimpleDigestMapperBuilder |
algorithm(String algorithm) |
AddJdbcRealm.SaltedSimpleDigestMapper |
build() |
AddJdbcRealm.SaltedSimpleDigestMapperBuilder |
passwordIndex(Integer passwordIndex) |
AddJdbcRealm.SaltedSimpleDigestMapperBuilder |
saltIndex(Integer saltIndex) |
public AddJdbcRealm.SaltedSimpleDigestMapperBuilder passwordIndex(Integer passwordIndex)
public AddJdbcRealm.SaltedSimpleDigestMapperBuilder saltIndex(Integer saltIndex)
public AddJdbcRealm.SaltedSimpleDigestMapperBuilder algorithm(String algorithm)
public AddJdbcRealm.SaltedSimpleDigestMapper build()
Copyright © 2024. All rights reserved.