Class UndertowSslContext

java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.security.common.elytron.UndertowSslContext
All Implemented Interfaces:
ConfigurableElement

public class UndertowSslContext extends AbstractConfigurableElement
Updates Undertow https-listener of the defaul-server to use given (Elytron server-ssl-context) SSL context instead of SSL context from legacy security-realm.
Author:
Ondrej Kotek
  • 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
    • builder

      public static UndertowSslContext.Builder builder()
      Creates builder to build UndertowSslContext. The name attribute refers to ssl-context capability name.
      Returns:
      created builder