Package | Description |
---|---|
com.veraxsystems.vxipmi.api.async |
The asynchronous API.
|
com.veraxsystems.vxipmi.api.sync |
The synchronous API.
|
com.veraxsystems.vxipmi.coding.commands |
The package containing command wrappers.
|
com.veraxsystems.vxipmi.coding.commands.session |
Session management relsted commands.
|
com.veraxsystems.vxipmi.connection |
Package responsible for
Connection management. |
com.veraxsystems.vxipmi.sm.events |
The
StateMachine events. |
com.veraxsystems.vxipmi.test |
Modifier and Type | Method and Description |
---|---|
PrivilegeLevel |
ConnectionHandle.getPrivilegeLevel() |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
IpmiAsyncConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Gets the authentication capabilities for the connection with the remote
host.
|
void |
ConnectionHandle.setPrivilegeLevel(PrivilegeLevel privilegeLevel) |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
IpmiConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Gets the authentication capabilities for the connection with the remote host.
|
Modifier and Type | Method and Description |
---|---|
static PrivilegeLevel |
PrivilegeLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeLevel[] |
PrivilegeLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrivilegeLevel |
OpenSessionResponseData.getPrivilegeLevel() |
PrivilegeLevel |
Rakp1.getRequestedMaximumPrivilegeLevel() |
PrivilegeLevel |
OpenSession.getRequestedPrivilegeLevel() |
PrivilegeLevel |
GetChannelAuthenticationCapabilities.getRequestedPrivilegeLevel() |
Modifier and Type | Method and Description |
---|---|
void |
Rakp1.setRequestedMaximumPrivilegeLevel(PrivilegeLevel requestedMaximumPrivilegeLevel) |
void |
OpenSession.setRequestedPrivilegeLevel(PrivilegeLevel requestedPrivilegeLevel) |
void |
GetChannelAuthenticationCapabilities.setRequestedPrivilegeLevel(PrivilegeLevel requestedPrivilegeLevel) |
Constructor and Description |
---|
GetChannelAuthenticationCapabilities(IpmiVersion version,
IpmiVersion requestVersion,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
byte channelNumber)
Initiates class.
|
OpenSession(int sessionID,
PrivilegeLevel privilegeLevel,
CipherSuite cipherSuite)
Initiates class for encoding and decoding.
|
Rakp1(int managedSystemSessionId,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey,
CipherSuite cipherSuite)
Initiates class for encoding and decoding.
|
SetSessionPrivilegeLevel(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PrivilegeLevel privilegeLevel)
Initiates
SetSessionPrivilegeLevel for encoding and decoding |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
ConnectionManager.getChannelAuthenticationCapabilities(int connection,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Queries the managed system for the details of the authentification
process.
|
GetChannelAuthenticationCapabilitiesResponseData |
Connection.getChannelAuthenticationCapabilities(int tag,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Queries the managed system for the details of the authentification
process.
|
void |
ConnectionManager.startSession(int connection,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Initiates the session with the managed system.
|
void |
Connection.startSession(int tag,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Initiates the session with the managed system.
|
Modifier and Type | Method and Description |
---|---|
PrivilegeLevel |
Default.getPrivilegeLevel() |
PrivilegeLevel |
AuthenticationCapabilitiesReceived.getPrivilegeLevel() |
Constructor and Description |
---|
AuthenticationCapabilitiesReceived(int sessionId,
PrivilegeLevel privilegeLevel) |
Authorize(CipherSuite cipherSuite,
int sequenceNumber,
PrivilegeLevel privilegeLevel,
int sessionId) |
Default(CipherSuite cipherSuite,
int sequenceNumber,
PrivilegeLevel privilegeLevel) |
OpenSessionAck(CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
int sequenceNumber,
int managedSystemSessionId,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Provides data required to send RAKP Message 1.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandle |
GetAllSensorReadingsRunner.startSession(IpmiConnector connector,
java.net.InetAddress address,
java.lang.String username,
java.lang.String password,
java.lang.String bmcKey,
PrivilegeLevel privilegeLevel) |