Interface ISecurityDiscovery
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface ISecurityDiscovery extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISecurityDiscovery.CmdValue
Enumeration type for field CMDstatic class
ISecurityDiscovery.Db2Value
Enumeration type for field DB2static class
ISecurityDiscovery.DctValue
Enumeration type for field DCTstatic class
ISecurityDiscovery.FctValue
Enumeration type for field FCTstatic class
ISecurityDiscovery.HfsValue
Enumeration type for field HFSstatic class
ISecurityDiscovery.JctValue
Enumeration type for field JCTstatic class
ISecurityDiscovery.PctValue
Enumeration type for field PCTstatic class
ISecurityDiscovery.PptValue
Enumeration type for field PPTstatic class
ISecurityDiscovery.PsbValue
Enumeration type for field PSBstatic class
ISecurityDiscovery.ResValue
Enumeration type for field RESstatic class
ISecurityDiscovery.StatusValue
Enumeration type for field STATUSstatic class
ISecurityDiscovery.TranValue
Enumeration type for field TRANstatic class
ISecurityDiscovery.TstValue
Enumeration type for field TSTstatic class
ISecurityDiscovery.UserValue
Enumeration type for field USER
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ISecurityDiscovery> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getStatus
ISecurityDiscovery.StatusValue getStatus()
Getter for field STATUSSecurity Discovery status
The current status (ON or OFF) of Security Discovery.
-
getCmd
ISecurityDiscovery.CmdValue getCmd()
Getter for field CMDCMD discovery status
Indicates whether resource access requests controlled by the XCMD SIT parameter are being discovered or not.
-
getDb2
ISecurityDiscovery.Db2Value getDb2()
Getter for field DB2DB2 discovery status
Indicates whether resource access requests controlled by the XDB2 SIT parameter are being discovered or not.
-
getDct
ISecurityDiscovery.DctValue getDct()
Getter for field DCTDCT discovery status
Indicates whether resource access requests controlled by the XDCT SIT parameter are being discovered or not.
-
getFct
ISecurityDiscovery.FctValue getFct()
Getter for field FCTFCT discovery status
Indicates whether resource access requests controlled by the XFCT SIT parameter are being discovered or not.
-
getHfs
ISecurityDiscovery.HfsValue getHfs()
Getter for field HFSHFS discovery status
Indicates whether resource access requests controlled by the XHFS SIT parameter are being discovered or not.
-
getJct
ISecurityDiscovery.JctValue getJct()
Getter for field JCTJCT discovery status
Indicates whether resource access requests controlled by the XJCT SIT parameter are being discovered or not.
-
getPct
ISecurityDiscovery.PctValue getPct()
Getter for field PCTPCT discovery status
Indicates whether resource access requests controlled by the XPCT SIT parameter are being discovered or not.
-
getPpt
ISecurityDiscovery.PptValue getPpt()
Getter for field PPTPPT discovery status
Indicates whether resource access requests controlled by the XPPT SIT parameter are being discovered or not.
-
getPsb
ISecurityDiscovery.PsbValue getPsb()
Getter for field PSBPSB discovery status
Indicates whether resource access requests controlled by the XPSB SIT parameter are being discovered or not.
-
getRes
ISecurityDiscovery.ResValue getRes()
Getter for field RESRES discovery status
Indicates whether resource access requests controlled by the XRES SIT parameter are being discovered or not.
-
getTran
ISecurityDiscovery.TranValue getTran()
Getter for field TRANTRAN discovery status
Indicates whether resource access requests controlled by the XTRAN SIT parameter are being discovered or not.
-
getTst
ISecurityDiscovery.TstValue getTst()
Getter for field TSTTST discovery status
Indicates whether resource access requests controlled by the XTST SIT parameter are being discovered or not.
-
getUser
ISecurityDiscovery.UserValue getUser()
Getter for field USERUSER discovery status
Indicates whether resource access requests controlled by the XUSER SIT parameter are being discovered or not.
-
getLastsecdtime
java.util.Date getLastsecdtime()
Getter for field LASTSECDTIMEThe last time a resource access was recorded by Security Discovery
The last time a resource access was recorded by Security Discovery.
-
getLastwrittime
java.util.Date getLastwrittime()
Getter for field LASTWRITTIMEThe last time the Security Discovery data was written to the log stream.
The last time the Security Discovery data was written to the DFHSECD log stream.
-
getSecdcount
java.lang.Long getSecdcount()
Getter for field SECDCOUNTTotal number of resource accesses recorded by Security Discovery
The total number of resource accesses recorded by Security Discovery
-
getNewsecdcount
java.lang.Long getNewsecdcount()
Getter for field NEWSECDCOUNTNumber of resource accesses recorded by Security Discovery since the data was written out
Number of resource accesses recorded by Security Discovery since the data was last written to the DFHSECD log stream.
-
getCICSObjectReference
ISecurityDiscoveryReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-