|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wildfly.extras.creaper.commands.security.realms.AddTruststoreAuthentication.Builder
public static final class AddTruststoreAuthentication.Builder
| Constructor Summary | |
|---|---|
AddTruststoreAuthentication.Builder(String securityRealmName)
|
|
| Method Summary | |
|---|---|
AddTruststoreAuthentication |
build()
|
THIS |
replaceExisting()
This can cause server reload! |
AddTruststoreAuthentication.Builder |
truststorePassword(String truststorePassword)
Defines the password to open the truststore. |
AddTruststoreAuthentication.Builder |
truststorePath(String truststorePath)
Defines the path of the trustore, will be ignored if the truststore provider is anything other than JKS. |
AddTruststoreAuthentication.Builder |
truststoreProvider(String truststoreProvider)
Defines the provider for loading the truststore, defaults to JKS. |
AddTruststoreAuthentication.Builder |
truststoreRelativeTo(String truststoreRelativeTo)
Define name of another previously named path, or of one of the standard paths provided by the system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddTruststoreAuthentication.Builder(String securityRealmName)
| Method Detail |
|---|
public AddTruststoreAuthentication.Builder truststorePassword(String truststorePassword)
public AddTruststoreAuthentication.Builder truststorePath(String truststorePath)
public AddTruststoreAuthentication.Builder truststoreProvider(String truststoreProvider)
public AddTruststoreAuthentication.Builder truststoreRelativeTo(String truststoreRelativeTo)
public AddTruststoreAuthentication build()
public final THIS replaceExisting()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||