Class | Description |
---|---|
AuthenticationCapabilitiesReceived |
Performs transition from
AuthcapWaiting to Authcap . |
Authorize |
Performs transition from
Authcap to OpenSessionWaiting . |
CloseSession |
StateMachineEvent that will make StateMachine in the
SessionValid State to send
CloseSession and
transit to Authcap State the session. |
Default |
Generic event that is used in a few transitions.
|
DefaultAck |
Default message for acknowledging received IPMI responses.
|
GetChannelCipherSuitesPending |
Performed in
CiphersWaiting State indcates that not all
available CipherSuite s were received from the remote system and more
GetChannelCipherSuites commands are needed. |
OpenSessionAck |
Performs transition from
OpenSessionComplete to Rakp1Waiting . |
Rakp2Ack |
Performs transition from
Rakp1Complete to Rakp3Waiting . |
Sendv20Message | |
SessionUpkeep |
StateMachineEvent that will make StateMachine in the
SessionValid State to send
GetChannelAuthenticationCapabilities to the BMC in order to keep up
the session. |
StartSession |
Acknowledges starting the session after receiving RAKP Message 4 (
StateMachine transits from Rakp3Complete to
SessionValid ) |
StateMachineEvent |
Abstract for an event of the
StateMachine . |
Timeout |
StateMachineEvent indicating that response for one of the messages in
the process of the session challenge did not arrive in time. |
StateMachine
events.
To create custom action extend StateMachineEvent
class.