java.lang.Object
com.ibm.jzos.sample.fields.Smf83BaseRecord
com.ibm.jzos.sample.fields.Smf83Record
A class which maps an SMF 83 Record (RACF security information).
The superclass
Smf83BaseRecord
describes the base section,
whereas Smf83Product
and Smf83Security
describe
relocatable sections.- Since:
- 2.1.0
- See Also:
-
Field Summary
Fields inherited from class com.ibm.jzos.sample.fields.Smf83BaseRecord
SMFRCD83
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.jzos.sample.fields.Smf83BaseRecord
getSmf83df1, getSmf83dte, getSmf83flg, getSmf83ld1, getSmf83ld2, getSmf83len, getSmf83lpd, getSmf83nd1, getSmf83nd2, getSmf83npd, getSmf83od1, getSmf83od2, getSmf83opd, getSmf83rty, getSmf83sds, getSmf83seg, getSmf83sid, getSmf83ssi, getSmf83tme, getSmf83trp, getSmf83typ, getSmf83xxx, setSmf83df1, setSmf83dte, setSmf83flg, setSmf83ld1, setSmf83ld2, setSmf83len, setSmf83lpd, setSmf83nd1, setSmf83nd2, setSmf83npd, setSmf83od1, setSmf83od2, setSmf83opd, setSmf83rty, setSmf83sds, setSmf83seg, setSmf83sid, setSmf83ssi, setSmf83tme, setSmf83trp, setSmf83typ, setSmf83xxx
-
Constructor Details
-
Smf83Record
public Smf83Record(byte[] buffer) Construct an instance using the given raw bytes- Parameters:
buffer
-
-