Uses of Class
org.sentrysoftware.ipmi.core.coding.commands.session.GetChannelAuthenticationCapabilitiesResponseData
Packages that use GetChannelAuthenticationCapabilitiesResponseData
Package
Description
The asynchronous API.
The library's API.
For synchronous API see
For synchronous API see
org.sentrysoftware.ipmi.core.api.sync, for asynchronous API see org.sentrysoftware.ipmi.core.api.asyncPackage responsible for
Connection management.-
Uses of GetChannelAuthenticationCapabilitiesResponseData in org.sentrysoftware.ipmi.core.api.async
Methods in org.sentrysoftware.ipmi.core.api.async that return GetChannelAuthenticationCapabilitiesResponseDataModifier and TypeMethodDescriptionIpmiAsyncConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle, CipherSuite cipherSuite, PrivilegeLevel requestedPrivilegeLevel) Gets the authentication capabilities for the connection with the remote host. -
Uses of GetChannelAuthenticationCapabilitiesResponseData in org.sentrysoftware.ipmi.core.api.sync
Methods in org.sentrysoftware.ipmi.core.api.sync that return GetChannelAuthenticationCapabilitiesResponseDataModifier and TypeMethodDescriptionIpmiConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle, CipherSuite cipherSuite, PrivilegeLevel requestedPrivilegeLevel) Gets the authentication capabilities for the connection with the remote host. -
Uses of GetChannelAuthenticationCapabilitiesResponseData in org.sentrysoftware.ipmi.core.connection
Methods in org.sentrysoftware.ipmi.core.connection that return GetChannelAuthenticationCapabilitiesResponseDataModifier and TypeMethodDescriptionConnection.getChannelAuthenticationCapabilities(int tag, CipherSuite cipherSuite, PrivilegeLevel requestedPrivilegeLevel) Queries the managed system for the details of the authentification process.ConnectionManager.getChannelAuthenticationCapabilities(int connection, CipherSuite cipherSuite, PrivilegeLevel requestedPrivilegeLevel) Queries the managed system for the details of the authentification process.