org.wildfly.extras.creaper.commands.elytron.tls
Class AddServerSSLContext

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.tls.AddServerSSLContext
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public final class AddServerSSLContext
extends Object


Nested Class Summary
static class AddServerSSLContext.Builder
           
 
Field Summary
protected  String cipherSuiteFilter
           
protected  String cipherSuiteNames
           
protected  String keyManager
           
protected  String name
           
protected  List<String> protocols
           
protected  String providerName
           
protected  String providers
           
protected  boolean replaceExisting
           
protected  String trustManager
           
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Method Summary
 void apply(OfflineCommandContext ctx)
           
 void apply(OnlineCommandContext ctx)
           
protected  String joinList(List<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
toString
 
Methods inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
toString
 

Field Detail

name

protected final String name

cipherSuiteFilter

protected final String cipherSuiteFilter

cipherSuiteNames

protected final String cipherSuiteNames

protocols

protected final List<String> protocols

keyManager

protected final String keyManager

trustManager

protected final String trustManager

providers

protected final String providers

providerName

protected final String providerName

replaceExisting

protected final boolean replaceExisting
Method Detail

apply

public void apply(OnlineCommandContext ctx)
           throws Exception
Throws:
Exception

apply

public void apply(OfflineCommandContext ctx)
           throws Exception
Throws:
Exception

joinList

protected String joinList(List<String> list)


Copyright © 2020. All rights reserved.