Uses of Enum
org.sentrysoftware.ipmi.core.coding.protocol.AuthenticationType
Packages that use AuthenticationType
Package
Description
The part of library responsible for message encoding and decoding.
The package containing command wrappers.
Chassis related commands.
FRU related commands.
SDR related commands.
SEL related commands.
Session management related commands.
The IPMI protocol messages, encoder and decoder.
IPMI protocol decoder classes.
-
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding
Methods in org.sentrysoftware.ipmi.core.coding that return AuthenticationTypeMethods in org.sentrysoftware.ipmi.core.coding with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidPayloadCoder.setAuthenticationType(AuthenticationType authenticationType) voidPayloadCoder.setSessionParameters(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Sets session parameters.Constructors in org.sentrysoftware.ipmi.core.coding with parameters of type AuthenticationTypeModifierConstructorDescriptionPayloadCoder(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands
Constructors in org.sentrysoftware.ipmi.core.coding.commands with parameters of type AuthenticationTypeModifierConstructorDescriptionIpmiCommandCoder(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.chassis
Constructors in org.sentrysoftware.ipmi.core.coding.commands.chassis with parameters of type AuthenticationTypeModifierConstructorDescriptionChassisControl(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, PowerCommand powerCommand) Initiates ChassisControl for encoding and decoding.GetChassisStatus(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates GetChassisStatus for encoding and decoding. -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.fru
Constructors in org.sentrysoftware.ipmi.core.coding.commands.fru with parameters of type AuthenticationTypeModifierConstructorDescriptionGetFruInventoryAreaInfo(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int fruId) Initiates GetFruInventoryAreaInfo for both encoding and decoding.ReadFruData(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int fruId, BaseUnit unit, int offset, int countToRead) Initiates ReadFruData for both encoding and decoding. -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.payload
Constructors in org.sentrysoftware.ipmi.core.coding.commands.payload with parameters of type AuthenticationTypeModifierConstructorDescriptionGetChannelPayloadSupport(byte channelNumber, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates class for both encoding and decoding. -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.sdr
Constructors in org.sentrysoftware.ipmi.core.coding.commands.sdr with parameters of type AuthenticationTypeModifierConstructorDescriptionGetSdr(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int reservationId, int recordId) Initiates GetSdr for both encoding and decoding.GetSdr(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int reservationId, int recordId, int offset, int bytesToRead) Initiates GetSdr for both encoding and decoding.GetSdrRepositoryInfo(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates GetSdrRepositoryInfo for both encoding and decoding.GetSensorReading(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int sensorId) Initiates class for both encoding and decoding.ReserveSdrRepository(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates ReserveSdrRepository for both encoding and decoding. -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.sel
Constructors in org.sentrysoftware.ipmi.core.coding.commands.sel with parameters of type AuthenticationTypeModifierConstructorDescriptionGetSelEntry(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int reservationId, int recordId) Initiates GetSelEntry for both encoding and decoding.GetSelInfo(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates GetSelInfo for both encoding and decoding.ReserveSel(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Initiates ReserveSel for both encoding and decoding. -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.commands.session
Methods in org.sentrysoftware.ipmi.core.coding.commands.session that return types with arguments of type AuthenticationTypeModifier and TypeMethodDescriptionGetChannelAuthenticationCapabilitiesResponseData.getAuthenticationTypes()Methods in org.sentrysoftware.ipmi.core.coding.commands.session with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidGetChannelAuthenticationCapabilities.setSessionParameters(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType) Sets session parameters.Method parameters in org.sentrysoftware.ipmi.core.coding.commands.session with type arguments of type AuthenticationTypeModifier and TypeMethodDescriptionvoidGetChannelAuthenticationCapabilitiesResponseData.setAuthenticationTypes(Collection<AuthenticationType> authenticationTypes) Constructors in org.sentrysoftware.ipmi.core.coding.commands.session with parameters of type AuthenticationTypeModifierConstructorDescriptionCloseSession(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int sessionId) Initiates CloseSession for both encoding and decoding.SetSessionPrivilegeLevel(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, PrivilegeLevel privilegeLevel) InitiatesSetSessionPrivilegeLevelfor encoding and decoding -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.protocol
Methods in org.sentrysoftware.ipmi.core.coding.protocol that return AuthenticationTypeModifier and TypeMethodDescriptionIpmiMessage.getAuthenticationType()static AuthenticationTypeAuthenticationType.parseInt(int value) static AuthenticationTypeReturns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.protocol with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidIpmiMessage.setAuthenticationType(AuthenticationType authenticationType) voidIpmiv15Message.setAuthenticationType(AuthenticationType authenticationType) -
Uses of AuthenticationType in org.sentrysoftware.ipmi.core.coding.protocol.decoder
Methods in org.sentrysoftware.ipmi.core.coding.protocol.decoder that return AuthenticationTypeModifier and TypeMethodDescriptionstatic AuthenticationTypeProtocolDecoder.decodeAuthenticationType(RmcpMessage message) DecodesAuthenticationTypeof the message so that the version of the IPMI protocol could be determined.