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

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

public class AddTruststoreAuthentication
extends Object


Nested Class Summary
static class AddTruststoreAuthentication.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
AddTruststoreAuthentication(AddTruststoreAuthentication.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

AddTruststoreAuthentication

public AddTruststoreAuthentication(AddTruststoreAuthentication.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 © 2020. All rights reserved.