public class Registration
extends java.lang.Object
Ssp.registerLogin
and Ssp.registerEquipment
methods. Each registration object associates a DHCP client device (i.e. its MAC address) with a user profile
in SAE's LDAP directory, or, with a set of credentials used to obtain a public IP address, as follows:
Ssp.registerLogin
method for details.
Ssp.registerEquipment
method for details.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description that was specified at registration time.
|
java.lang.String |
getIntfName()
Returns the interface name that was specified at registration time.
|
java.lang.String |
getLoginName()
If this is a registered login, this method returns the login name specified at registration time to
identify the user profile that will be automatically logged in every time the client device obtains
a new IP address via DHCP;
if this is registered equipment, this method returns the login name specified at registration time
that will be sent to the E-series router to
obtain a public IP address every time the registered equipment requests a new IP address via DHCP.
|
java.lang.String |
getMacAddress()
Returns the MAC address that uniquely identifies the registered client device.
|
java.lang.String |
getUserDn()
If this is a registered login, this method returns the LDAP Distinguished
Name of the user profile that will be automatically logged in every time the client device obtains
a new IP address via DHCP;
if this is registered equipment, this method returns null.
|
java.lang.String |
getVrName()
Returns the virtual router name that was specified at registration time.
|
java.lang.String |
toString()
For debugging only.
|
public java.lang.String getMacAddress()
public java.lang.String getLoginName()
public java.lang.String getUserDn()
public java.lang.String getIntfName()
public java.lang.String getVrName()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object