org.wildfly.extras.creaper.commands.elytron.realm
Class AddJdbcRealm.BcryptMapperBuilder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.realm.AddJdbcRealm.BcryptMapperBuilder
Enclosing class:
AddJdbcRealm

public static final class AddJdbcRealm.BcryptMapperBuilder
extends Object


Constructor Summary
AddJdbcRealm.BcryptMapperBuilder()
           
 
Method Summary
 AddJdbcRealm.BcryptMapper build()
           
 AddJdbcRealm.BcryptMapperBuilder iterationCountIndex(Integer iterationCountIndex)
           
 AddJdbcRealm.BcryptMapperBuilder passwordIndex(Integer passwordIndex)
           
 AddJdbcRealm.BcryptMapperBuilder saltIndex(Integer saltIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddJdbcRealm.BcryptMapperBuilder

public AddJdbcRealm.BcryptMapperBuilder()
Method Detail

passwordIndex

public AddJdbcRealm.BcryptMapperBuilder passwordIndex(Integer passwordIndex)

saltIndex

public AddJdbcRealm.BcryptMapperBuilder saltIndex(Integer saltIndex)

iterationCountIndex

public AddJdbcRealm.BcryptMapperBuilder iterationCountIndex(Integer iterationCountIndex)

build

public AddJdbcRealm.BcryptMapper build()


Copyright © 2020. All rights reserved.