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

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

public static final class AddJdbcRealm.SaltedSimpleDigestMapperBuilder
extends Object


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

Constructor Detail

AddJdbcRealm.SaltedSimpleDigestMapperBuilder

public AddJdbcRealm.SaltedSimpleDigestMapperBuilder()
Method Detail

passwordIndex

public AddJdbcRealm.SaltedSimpleDigestMapperBuilder passwordIndex(Integer passwordIndex)

saltIndex

public AddJdbcRealm.SaltedSimpleDigestMapperBuilder saltIndex(Integer saltIndex)

algorithm

public AddJdbcRealm.SaltedSimpleDigestMapperBuilder algorithm(String algorithm)

build

public AddJdbcRealm.SaltedSimpleDigestMapper build()


Copyright © 2020. All rights reserved.