|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adventnet.wifi.mediation.beans.AbstractBean
com.adventnet.wifi.mediation.beans.SSIDBean
Class holding the SSID related details of the Access point. This class is primarily used to fetch the SSID related details from the Accesss point or to configure the same.
| Constructor Summary | |
SSIDBean()
|
|
| Method Summary | |
int |
getAssociationLimit()
Fetches the maximum number of simulatneous users who can connect using this SSID. |
AuthenticationSettings |
getAuthenticationDetails()
Fetches the authentication details of this SSID. |
java.lang.Object |
getData()
Returns the data for configuration. |
EncryptionSettings |
getEncryptionDetails()
Fetches the encryption details of this SSID. |
int |
getNetworkID()
Fetches the Layer 3 mobility network identification number of the SSID. |
java.lang.String |
getSSID()
Fetches the name of the SSID |
static java.lang.String[] |
getTemplateConstants()
Used for internal purposes. |
VLANBean |
getVLANBean()
Fetches the details of the VLAN that is mapped with this SSID. |
int |
getVLANID()
Fetches the ID of the VLAN that is mapped with this SSID. |
boolean |
isBroadcastEnabled()
Fetches the broadcast status of the SSID. |
void |
setAssociationLimit(int associationLimit)
Fetches the maximum number of simulatneous users who can connect using this SSID. |
void |
setAuthenticationDetails(AuthenticationSettings authenticationSettings)
Sets the authentication details for this SSID. |
void |
setBroadcast(boolean enable)
Sets whether or not the SSID should be broadcasted. |
void |
setEncryptionDetails(EncryptionSettings encryptionDetails)
Sets the encryption details of this SSID. |
void |
setNetworkID(int networkID)
Specifies the Layer 3 mobility network identification number for the SSID. |
void |
setSSID(java.lang.String ssid)
Sets the SSID name. |
void |
setVLANBean(VLANBean bean)
Sets the SSID to VLAN mapping. |
void |
setVLANID(int vlanID)
Sets the SSID to VLAN mapping |
java.lang.String |
toString()
|
| Methods inherited from class com.adventnet.wifi.mediation.beans.AbstractBean |
getOperationType, getRadioIndex, getRadioMac, getRadioMode, setOperationType, setRadioIndex, setRadioMac, setRadioMode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SSIDBean()
| Method Detail |
public void setSSID(java.lang.String ssid)
ssid - the name of the ssid.public java.lang.String getSSID()
public void setVLANID(int vlanID)
vlanID - the VLAN id to which the SSID should be mapped.public void setVLANBean(VLANBean bean)
bean - the VLAN bean holding the VLAN parameters.public VLANBean getVLANBean()
public int getVLANID()
public void setNetworkID(int networkID)
networkID - the identifierpublic int getNetworkID()
public int getAssociationLimit()
public void setAssociationLimit(int associationLimit)
associationLimit - the association limit.public void setBroadcast(boolean enable)
enable - broadcast status of the SSID.public boolean isBroadcastEnabled()
public void setAuthenticationDetails(AuthenticationSettings authenticationSettings)
authenticationSettings - the authentication settings.public AuthenticationSettings getAuthenticationDetails()
public void setEncryptionDetails(EncryptionSettings encryptionDetails)
encryptionDetails - the encryption details.public static java.lang.String[] getTemplateConstants()
AbstractBean
public EncryptionSettings getEncryptionDetails()
public java.lang.Object getData()
AbstractBean
getData in class AbstractBeanpublic java.lang.String toString()
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||