Uses of Enum Class
dev.galasa.zossecurity.datatypes.ZosCicsClassResource
Package
Description
Galasa zOS Security Manager
-
Uses of ZosCicsClassResource in dev.galasa.zossecurity
Modifier and TypeMethodDescriptionIZosCicsProfile.getClassResource()
Retrieve the CICS Security Class typeModifier and TypeMethodDescriptionIZosCicsClassSet.defineGroupProfile
(ZosCicsClassResource classType, String profileName, RACFAccessType uacc, List<String> members) Create a new Grouping profile within this setIZosCicsClassSet.defineGroupProfile
(ZosCicsClassResource classType, String profileName, RACFAccessType uacc, List<String> members, boolean refresh) Create a new Grouping profile within this setIZosCicsClassSet.defineMemberProfile
(ZosCicsClassResource classType, String profileName, RACFAccessType uacc) Create a new Member profile within this setIZosCicsClassSet.defineMemberProfile
(ZosCicsClassResource classType, String profileName, RACFAccessType uacc, boolean refresh) Create a new Member profile within this setIZosCicsClassSet.getSIT
(ZosCicsClassResource classType) Retrieve the SIT parameter value for the CICS Security class requested. -
Uses of ZosCicsClassResource in dev.galasa.zossecurity.datatypes
Modifier and TypeMethodDescriptionstatic ZosCicsClassResource
Returns the enum constant of this class with the specified name.static ZosCicsClassResource[]
ZosCicsClassResource.values()
Returns an array containing the constants of this enum class, in the order they are declared.