Package dev.galasa.zossecurity
Interface IZosIdMap
public interface IZosIdMap
Represents a Id Map that has been created.
-
Method Details
-
getUserid
String getUserid()Retrieve the userid this Id Map has been attached to- Returns:
- The userid
-
getLabel
String getLabel()Retieve the label of this Id Map- Returns:
- The Label
-
getDistributedID
String getDistributedID()Retieve the Distributed ID of this Id Map- Returns:
- The Label
-
getRegistry
String getRegistry()Retieve the Registry of this Id Map- Returns:
- The Label
-
delete
Delete this Id Map- Throws:
ZosSecurityManagerException
-
free
Free the Id Map. This will be performed automatically at the end of the run- Throws:
ZosSecurityManagerException
-