Package | Description |
---|---|
com.veraxsystems.vxipmi.api.async |
The asynchronous API.
|
com.veraxsystems.vxipmi.api.sync |
The synchronous API.
|
com.veraxsystems.vxipmi.connection |
Package responsible for
Connection management. |
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.
|
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 |
---|---|
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.
|