|
Core API 7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.juniper.smgt.sae.portal.Registration
public class Registration
Registration objects represent the information stored in SAE's LDAP directory during calls to the 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.
Ssp.registerLogin(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
,
Ssp.registerEquipment(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
Method Summary | |
---|---|
String |
getDescription()
Returns the description that was specified at registration time. |
String |
getIntfName()
Returns the interface name that was specified at registration time. |
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. |
String |
getMacAddress()
Returns the MAC address that uniquely identifies the registered client device. |
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. |
String |
getVrName()
Returns the virtual router name that was specified at registration time. |
String |
toString()
For debugging only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getMacAddress()
public String getLoginName()
public String getUserDn()
public String getIntfName()
public String getVrName()
public String getDescription()
public String toString()
toString
in class Object
|
Core API 7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |