public class GetChannelAuthenticationCapabilitiesResponseData extends java.lang.Object implements ResponseData
GetChannelAuthenticationCapabilities
Constructor and Description |
---|
GetChannelAuthenticationCapabilitiesResponseData() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AuthenticationType> |
getAuthenticationTypes() |
byte |
getChannelNumber() |
byte |
getOemData() |
int |
getOemId() |
boolean |
isAnonymusLoginEnabled() |
boolean |
isIpmiv20Support() |
boolean |
isKgEnabled() |
boolean |
isNonNullUsernamesEnabled() |
boolean |
isNullUsernamesEnabled() |
boolean |
isPerMessageAuthenticationEnabled() |
boolean |
isUserLevelAuthenticationEnabled() |
void |
setAnonymusLoginEnabled(boolean anonymusLoginEnabled) |
void |
setAuthenticationTypes(java.util.Collection<AuthenticationType> authenticationTypes) |
void |
setChannelNumber(byte channelNumber) |
void |
setIpmiv20Support(boolean ipmiv20Support) |
void |
setKgEnabled(boolean kgEnabled) |
void |
setNonNullUsernamesEnabled(boolean nonNullUsernamesEnabled) |
void |
setNullUsernamesEnabled(boolean nullUsernamesEnabled) |
void |
setOemData(byte oemData) |
void |
setOemId(int oemId) |
void |
setPerMessageAuthenticationEnabled(boolean perMessageAuthenticationEnabled) |
void |
setUserLevelAuthenticationEnabled(boolean userLevelAuthenticationEnabled) |
public GetChannelAuthenticationCapabilitiesResponseData()
public void setChannelNumber(byte channelNumber)
public byte getChannelNumber()
public void setIpmiv20Support(boolean ipmiv20Support)
public boolean isIpmiv20Support()
public void setAuthenticationTypes(java.util.Collection<AuthenticationType> authenticationTypes)
public java.util.Collection<AuthenticationType> getAuthenticationTypes()
public void setKgEnabled(boolean kgEnabled)
public boolean isKgEnabled()
public void setPerMessageAuthenticationEnabled(boolean perMessageAuthenticationEnabled)
public boolean isPerMessageAuthenticationEnabled()
public void setUserLevelAuthenticationEnabled(boolean userLevelAuthenticationEnabled)
public boolean isUserLevelAuthenticationEnabled()
public void setNonNullUsernamesEnabled(boolean nonNullUsernamesEnabled)
public boolean isNonNullUsernamesEnabled()
public void setNullUsernamesEnabled(boolean nullUsernamesEnabled)
public boolean isNullUsernamesEnabled()
public void setAnonymusLoginEnabled(boolean anonymusLoginEnabled)
public boolean isAnonymusLoginEnabled()
public void setOemId(int oemId)
public int getOemId()
public void setOemData(byte oemData)
public byte getOemData()