public static final class AddTruststoreAuthentication.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Builder(String securityRealmName)
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()
Copyright © 2021. All rights reserved.