Annotation Interface ZosUserid


@Retention(RUNTIME) @Target(FIELD) public @interface ZosUserid
Requests a zOS Userid. Will not have any groups attached, a default password set, no passphrase and no access to any resources.
Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Set tag of
    invalid @link
    EnsZosClient
    where user will be created.
    The imageTag is used to identify the z/OS image.
    boolean
    If true this user will be used as the run user for this test class
    Set a symbolic for this user which can be used in environment models
  • Element Details

    • imageTag

      String imageTag
      The imageTag is used to identify the z/OS image.
      Default:
      "primary"
    • setSymbolic

      String setSymbolic
      Set a symbolic for this user which can be used in environment models
      Returns:
      - the set symbolic
      Default:
      ""
    • runUser

      boolean runUser
      If true this user will be used as the run user for this test class
      Returns:
      - true if run user
      Default:
      false
    • ensZosClient

      String ensZosClient
      Set tag of
      invalid @link
      EnsZosClient
      where user will be created.
      Returns:
      - the set symbolic
      Default:
      ""