Uses of Enum Class
dev.galasa.zossecurity.datatypes.RACFAccessType
Package
Description
Galasa zOS Security Manager
-
Uses of RACFAccessType in dev.galasa.zossecurity
Modifier and TypeMethodDescriptionvoid
IZosProfile.alterUacc
(RACFAccessType newUacc) Amend the UACC of this profilevoid
IZosProfile.alterUacc
(RACFAccessType newUacc, boolean refresh) Amend the UACC of this profileIZosSecurity.createProfile
(String className, String name, RACFAccessType uacc) Create a new profile on the run image.IZosSecurity.createProfile
(String className, String name, RACFAccessType uacc, boolean refresh) Create a new profile on the specified image/sysplex.IZosSecurity.createProfile
(String image, String className, String name, RACFAccessType uacc) Create a new profile on the specified image/sysplex.IZosSecurity.createProfile
(String image, String className, String name, RACFAccessType uacc, boolean refresh) Create a new profile on the specified image/sysplex.IZosSecurity.createProfile
(String image, String className, String name, Map<String, String> args, RACFAccessType uacc, boolean refresh) Create a new profile on the specified image/sysplex.IZosSecurity.createProfile
(String className, String name, Map<String, String> args, RACFAccessType uacc) IZosCicsClassSet.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 setvoid
IZosPreDefinedProfile.setAccess
(IZosUserid userid, RACFAccessType access) Grant access to this profile to a useridvoid
IZosPreDefinedProfile.setAccess
(IZosUserid userid, RACFAccessType access, boolean refresh) Grant access to this profile to a userid or groupvoid
IZosProfile.setAccess
(IZosUserid userid, RACFAccessType access) Grant access to this profile to a useridvoid
IZosProfile.setAccess
(IZosUserid userid, RACFAccessType access, boolean refresh) Grant access to this profile to a useridvoid
IZosProfile.setAccess
(String userid, RACFAccessType access) Grant access to this profile to a userid or groupvoid
IZosProfile.setAccess
(String userid, RACFAccessType access, boolean refresh) Grant access to this profile to a userid or group -
Uses of RACFAccessType in dev.galasa.zossecurity.datatypes
Modifier and TypeMethodDescriptionstatic RACFAccessType
Returns the enum constant of this class with the specified name.static RACFAccessType[]
RACFAccessType.values()
Returns an array containing the constants of this enum class, in the order they are declared.