|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wildfly.extras.creaper.commands.elytron.CreateServerSSLContext
public final class CreateServerSSLContext
Composite creaper command. Takes flat parameters and compose server ssl context with all dependent resource hierarchy.
It should be possible to configure most of use cases atomic creaper commands allows.
| Nested Class Summary | |
|---|---|
static class |
CreateServerSSLContext.Builder
|
| Field Summary | |
|---|---|
protected List<String> |
protocols
|
static String |
TLS13_CIPHER_SUITE_NAMES
|
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
|---|
NOOP |
| Method Summary | |
|---|---|
void |
apply(OnlineCommandContext ctx)
|
static String |
getKeyManagerName(String serverSslContextName)
Get name of key manager associated with server ssl context. |
static String |
getKeyStoreName(String serverSslContext)
Get name of key store associated with server ssl context. |
static String |
getTrustManagerName(String serverSslContextName)
Get name of trust manager associated with server ssl context. |
static String |
getTrustStoreName(String serverSslContext)
Get name of trust store associated with server ssl context. |
| 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 |
| Field Detail |
|---|
protected final List<String> protocols
public static final String TLS13_CIPHER_SUITE_NAMES
| Method Detail |
|---|
public void apply(OnlineCommandContext ctx)
throws Exception
apply in interface OnlineCommandExceptionpublic static String getTrustManagerName(String serverSslContextName)
serverSslContextName - server SSL context name
public static String getKeyManagerName(String serverSslContextName)
serverSslContextName - server SSL context name
public static String getKeyStoreName(String serverSslContext)
serverSslContext - server SSL context name
public static String getTrustStoreName(String serverSslContext)
serverSslContext - server SSL context name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||