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
GetChannelAuthenticationCapabilitiesresponse was received.Waiting for theGetChannelAuthenticationCapabilitiesresponse.State at whichCipherSuitethat will be used during the session is already picked.State at which getting Channel Cipher Suites is in progress.Indicates thatOpenSessionresponse was received.Waiting for theOpenSessionresponse.
Transition toOpenSessionCompleteonDefaultAckTransition toAuthcaponTimeoutAt 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,StateMachineis waiting for RAKP Message 4.
Transition to:Rakp3CompleteonDefaultAckAuthcaponTimeoutStatein which the session is valid and sending IPMI commands to the remote machine is enabled.The abstract for state of theStateMachine.The initial state.