org.wildfly.extras.creaper.commands.elytron.tls
Class AddServerSSLContext
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.tls.AddServerSSLContext
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddServerSSLContext
- extends Object
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.