Annotation Interface ZosCicsClassSet


@Retention(RUNTIME) @Target(FIELD) public @interface ZosCicsClassSet
Requests a CICS Security Class set to be allocated. Use allowAllAccess to have a default profile created in each of all the classes.
Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Create a generic '*' profile with uacc of ALTER in all the member classes
    The imageTag is used to identify the z/OS image.
    boolean
    Use a shared class set
  • Element Details

    • imageTag

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

      boolean allowAllAccess
      Create a generic '*' profile with uacc of ALTER in all the member classes
      Default:
      false
    • shared

      boolean shared
      Use a shared class set
      Default:
      false