Package dev.galasa.zossecurity
Annotation 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.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Create a generic '*' profile with uacc of ALTER in all the member classesTheimageTag
is used to identify the z/OS image.boolean
Use a shared class set
-
Element Details
-
imageTag
String imageTagTheimageTag
is used to identify the z/OS image.- Default:
- "primary"
-
allowAllAccess
boolean allowAllAccessCreate a generic '*' profile with uacc of ALTER in all the member classes- Default:
- false
-