Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands |
The package containing command wrappers.
|
com.veraxsystems.vxipmi.coding.commands.chassis |
Chassis related commands.
|
com.veraxsystems.vxipmi.coding.commands.fru |
FRU related commands.
|
com.veraxsystems.vxipmi.coding.commands.sdr |
SDR related commands.
|
com.veraxsystems.vxipmi.coding.commands.sel |
SEL related commands.
|
com.veraxsystems.vxipmi.coding.commands.session |
Session management relsted commands.
|
com.veraxsystems.vxipmi.coding.protocol |
The IPMI protocol messages, encoder and decoder.
|
com.veraxsystems.vxipmi.coding.protocol.decoder |
IPMI protocol decoder classes.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
IpmiCommandCoder.getAuthenticationType() |
Modifier and Type | Method and Description |
---|---|
void |
IpmiCommandCoder.setAuthenticationType(AuthenticationType authenticationType) |
void |
IpmiCommandCoder.setSessionParameters(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Sets session parameters.
|
Constructor and Description |
---|
IpmiCommandCoder(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType) |
Constructor and Description |
---|
ChassisControl(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PowerCommand powerCommand)
Initiates ChassisControl for encoding and decoding.
|
GetChassisStatus(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetChassisStatus for encoding and decoding.
|
Constructor and Description |
---|
GetFruInventoryAreaInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int fruId)
Initiates GetFruInventoryAreaInfo for both encoding and decoding.
|
ReadFruData(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int fruId,
BaseUnit unit,
int offset,
int countToRead)
Initiates ReadFruData for both encoding and decoding.
|
Constructor and Description |
---|
GetSdr(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId)
Initiates GetSdr for both encoding and decoding.
|
GetSdr(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId,
int offset,
int bytesToRead)
Initiates GetSdr for both encoding and decoding.
|
GetSdrRepositoryInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetSdrRepositoryInfo for both encoding and decoding.
|
GetSensorReading(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int sensorId)
Initiates class for both encoding and decoding.
|
ReserveSdrRepository(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates ReserveSdrRepository for both encoding and decoding.
|
Constructor and Description |
---|
GetSelEntry(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId)
Initiates GetSelEntry for both encoding and decoding.
|
GetSelInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetSelInfo for both encoding and decoding.
|
ReserveSel(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates ReserveSel for both encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AuthenticationType> |
GetChannelAuthenticationCapabilitiesResponseData.getAuthenticationTypes() |
Modifier and Type | Method and Description |
---|---|
void |
GetChannelAuthenticationCapabilities.setSessionParameters(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Sets session parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
GetChannelAuthenticationCapabilitiesResponseData.setAuthenticationTypes(java.util.Collection<AuthenticationType> authenticationTypes) |
Constructor and Description |
---|
CloseSession(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int sessionId)
Initiates CloseSession for both encoding and decoding.
|
SetSessionPrivilegeLevel(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PrivilegeLevel privilegeLevel)
Initiates
SetSessionPrivilegeLevel for encoding and decoding |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
IpmiMessage.getAuthenticationType() |
static AuthenticationType |
AuthenticationType.parseInt(int value) |
static AuthenticationType |
AuthenticationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ipmiv15Message.setAuthenticationType(AuthenticationType authenticationType) |
void |
IpmiMessage.setAuthenticationType(AuthenticationType authenticationType) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationType |
ProtocolDecoder.decodeAuthenticationType(RmcpMessage message)
Decodes
AuthenticationType of the message so that the version of
the IPMI protocol could be determined. |