org.wildfly.extras.creaper.commands.elytron.mapper
Class AddAggregatePrincipalDecoder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.mapper.AddAggregatePrincipalDecoder
All Implemented Interfaces:
Command, OnlineCommand

public final class AddAggregatePrincipalDecoder
extends Object


Nested Class Summary
static class AddAggregatePrincipalDecoder.Builder
           
 
Field Summary
protected  String name
           
protected  List<String> principalDecoders
           
protected  boolean replaceExisting
           
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Method Summary
 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
 

Field Detail

name

protected final String name

principalDecoders

protected final List<String> principalDecoders

replaceExisting

protected final boolean replaceExisting
Method Detail

apply

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


Copyright © 2020. All rights reserved.