Class AbstractConstantHelper

java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.security.common.elytron.AbstractConstantHelper
All Implemented Interfaces:
ConfigurableElement
Direct Known Subclasses:
ConstantPrincipalDecoder, ConstantPrincipalTransformer

public abstract class AbstractConstantHelper extends AbstractConfigurableElement
Helper abstract parent Elytron constant-* resources with one "constant" attribute.
Author:
Josef Cacek
  • Constructor Details

  • Method Details

    • create

      public void create(org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception
      Description copied from interface: ConfigurableElement
      Creates this element in domain model and also creates other resources if needed (e.g. external files)
      Parameters:
      cli - connected CLIWrapper instance
      Throws:
      Exception
    • remove

      public void remove(org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception
      Description copied from interface: ConfigurableElement
      Reverts the changes introdued by create(...) method(s).
      Throws:
      Exception
    • getConstantElytronType

      protected abstract String getConstantElytronType()
      Returns elytron node name (e.g. for resource /subsystem=elytron/constant-principal-transformer resources it returns "constant-principal-transformer").