Package org.metricshub.ipmi.core.sm.states
package org.metricshub.ipmi.core.sm.states
The
StateMachine
states.
To create custom action extend State
class.-
ClassesClassDescription
GetChannelAuthenticationCapabilities
response was received.Waiting for theGetChannelAuthenticationCapabilities
response.State at whichCipherSuite
that will be used during the session is already picked.State at which getting Channel Cipher Suites is in progress.Indicates thatOpenSession
response was received.Waiting for theOpenSession
response.
Transition toOpenSessionComplete
onDefaultAck
Transition toAuthcap
onTimeout
At this state RAKP Message 2 was received - waiting for the confirmation to send RAKP Message 3.Waiting for RAKP Message 2.Empty state inserted to keep the convention of Waiting-Complete states.At this point of session challenge, RAKP Message 3 was sent,StateMachine
is waiting for RAKP Message 4.
Transition to:Rakp3Complete
onDefaultAck
Authcap
onTimeout
State
in which the session is valid and sending IPMI commands to the remote machine is enabled.The abstract for state of theStateMachine
.The initial state.