Uses of Interface
dev.galasa.zossecurity.IZosProfile
-
Uses of IZosProfile in dev.galasa.zossecurity
Modifier and TypeMethodDescriptionIZosSecurity.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 setModifier and TypeMethodDescriptionIZosCicsClassSet.allowAllAccess()
Creates a generic '*' profile with a UACC of ALTER on all CICS security classes so that security can be switched on and everyone will have access.IZosCicsClassSet.allowAllAccess
(boolean refresh) Creates a generic '*' profile with a UACC of ALTER on all CICS security classes so that security can be switched on and everyone will have access.Modifier and TypeMethodDescriptionvoid
IZosSecurity.deleteProfile
(IZosProfile profile) Delete the profile.void
IZosSecurity.deleteProfile
(IZosProfile profile, boolean refresh) Delete the profile.void
IZosSecurity.freeProfile
(IZosProfile profile) Free the profile.