Class ClientMapping

java.lang.Object
org.wildfly.test.security.common.other.ClientMapping

public class ClientMapping extends Object
Single item represantation of client-mappings list attribute in socket-binding configuration.
Author:
Josef Cacek
  • Method Details

    • getSourceNetwork

      public String getSourceNetwork()
    • getDestinationAddress

      public String getDestinationAddress()
    • getDestinationPort

      public Integer getDestinationPort()
    • toModelNode

      public org.jboss.dmr.ModelNode toModelNode()
    • builder

      public static ClientMapping.Builder builder()
      Creates builder to build ClientMapping.
      Returns:
      created builder