Class Rakp1Complete
java.lang.Object
org.metricshub.ipmi.core.sm.states.State
org.metricshub.ipmi.core.sm.states.Rakp1Complete
At this state RAKP Message 2 was received - waiting for the confirmation to
send RAKP Message 3. Transition to
Rakp3Waiting
on Rakp2Ack
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doAction
(StateMachine stateMachine, RmcpMessage message) Defines the action that should be performed when a response form the remote system arrives in the current state.void
doTransition
(StateMachine stateMachine, StateMachineEvent machineEvent) Performs the state transition
-
Constructor Details
-
Rakp1Complete
Initiates state.- Parameters:
rakp1
- - theRakp1
message that was sent earlier in the authentification process.
-
-
Method Details
-
doTransition
Description copied from class:State
Performs the state transition- Specified by:
doTransition
in classState
- Parameters:
stateMachine
- - the contextmachineEvent
- - theStateMachineEvent
that was the cause of the transition
-
doAction
Description copied from class:State
Defines the action that should be performed when a response form the remote system arrives in the current state.
-