org.wildfly.extras.creaper.commands.security.realms
Class AddTruststoreAuthentication.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.security.realms.AddTruststoreAuthentication.Builder
Enclosing class:
AddTruststoreAuthentication

public static final class AddTruststoreAuthentication.Builder
extends Object


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

AddTruststoreAuthentication.Builder

public AddTruststoreAuthentication.Builder(String securityRealmName)
Method Detail

truststorePassword

public AddTruststoreAuthentication.Builder truststorePassword(String truststorePassword)
Defines the password to open the truststore. It is mandatory parameter when also defining truststore


truststorePath

public AddTruststoreAuthentication.Builder truststorePath(String truststorePath)
Defines the path of the trustore, will be ignored if the truststore provider is anything other than JKS. If not defined, truststore is not defined for the server.


truststoreProvider

public AddTruststoreAuthentication.Builder truststoreProvider(String truststoreProvider)
Defines the provider for loading the truststore, defaults to JKS.


truststoreRelativeTo

public AddTruststoreAuthentication.Builder truststoreRelativeTo(String truststoreRelativeTo)
Define name of another previously named path, or of one of the standard paths provided by the system. If 'relative-to' is provided, the value of the 'path' attribute is treated as relative to the path specified by this attribute.


build

public AddTruststoreAuthentication build()

replaceExisting

public final THIS replaceExisting()
This can cause server reload!



Copyright © 2016. All rights reserved.