Class MatchRules

java.lang.Object
org.wildfly.test.security.common.elytron.MatchRules
All Implemented Interfaces:
CliFragment

public class MatchRules extends Object implements CliFragment
Helper class for adding "match-rules" attributes into CLI commands.
Author:
Stefan Guilhen
  • Method Details

    • asString

      public String asString()
      Description copied from interface: CliFragment
      Generates part of CLI string which uses configuration for this fragment.
      Specified by:
      asString in interface CliFragment
      Returns:
      part of CLI command
    • builder

      public static MatchRules.Builder builder()