Class SimpleSocketBinding

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

public class SimpleSocketBinding extends AbstractConfigurableElement
Socket binding configuration. The socketBindingGroup has to exist - if this attribute is not provided, then it defaults to "standard-sockets" value.
Author:
Josef Cacek
  • Method Details

    • create

      public void create(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception
      Description copied from interface: ConfigurableElement
      Creates this element in domain model and it also may create other resources if needed (e.g. external files). Implementation can choose if controller client is used or provided CLI wrapper.
      Throws:
      Exception
    • remove

      public void remove(org.jboss.as.controller.client.ModelControllerClient client, 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 SimpleSocketBinding.Builder builder()
      Creates builder to build SimpleSocketBinding.
      Returns:
      created builder