org.wildfly.extras.creaper.commands.security.realms
Class AddSslServerIdentity

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.security.realms.AddSslServerIdentity
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public class AddSslServerIdentity
extends Object


Nested Class Summary
static class AddSslServerIdentity.Builder
           
 
Field Summary
protected  boolean replaceExisting
           
protected  Address securityRealmAddress
           
protected  String securityRealmName
           
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Constructor Summary
AddSslServerIdentity(AddSslServerIdentity.Builder builder)
           
 
Method Summary
 void apply(OfflineCommandContext ctx)
           
 void apply(OnlineCommandContext ctx)
           
 
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

securityRealmName

protected final String securityRealmName

replaceExisting

protected final boolean replaceExisting

securityRealmAddress

protected final Address securityRealmAddress
Constructor Detail

AddSslServerIdentity

public AddSslServerIdentity(AddSslServerIdentity.Builder builder)
Method Detail

apply

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

apply

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


Copyright © 2016. All rights reserved.