|
Core API 7.6 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
net.juniper.smgt.sae.portal.Ssp.addSubscription(String, String, String, String)
Use the method User.addSubscription of class User instead. |
|
net.juniper.smgt.sae.portal.User.deleteScheduleEntry(long)
Use deleteScheduleEntry(String id) instead. Convert long date to string date using String.valueOf(date). |
|
net.juniper.smgt.sae.portal.Ssp.deleteSubscription(String, String, String, String)
Use the method User.deleteSubscription of class User instead. |
|
net.juniper.smgt.sae.portal.Service.getLocationName()
Returns the location name with which this bean was initialized. The value of some Service properties will vary according to the location where the
service is used. |
|
net.juniper.smgt.sae.portal.Subscription.getProperties()
use getPropertyMap instead |
|
net.juniper.smgt.sae.portal.User.getProperties()
use getPropertyMap instead |
|
net.juniper.smgt.sae.portal.User.getPublicDhcpUserName()
Use getPrimaryUserName instead |
|
net.juniper.smgt.sae.radiuslib.BasicRadiusPluginEvent.getRadiusClass()
Use BasicRadiusPluginEvent.getRadiusClassRaw() instead |
|
net.juniper.smgt.sae.portal.User.getScheduleEntry(long)
Use getScheduleEntry(String id) instead. Convert long date to string date using String.valueOf(date). |
|
net.juniper.smgt.sae.portal.Ssp.getServiceNames()
This method ignores service scopes and returns service names, that may not be valid for a given user. Use User.getAvailableServiceNames() instead. |
|
net.juniper.smgt.sae.portal.Ssp.grantPublicIp(String, String, String)
Use the method User.grantPublicIp of class User instead. |
|
net.juniper.smgt.sae.portal.Ssp.grantPublicIp(String, String, String, DhcpProfile)
Use the method User.grantPublicIp of class User instead. |
|
net.juniper.smgt.sae.portal.User.isIspServiceActive()
ISP services are no longer supported |
|
net.juniper.smgt.sae.portal.User.isPppUser()
This method has been deprecated. Returns true only if the user is connected via authenticated PPP. |
|
net.juniper.smgt.sae.portal.User.isPublicDhcpUser()
Use isAddressUser and getPrimaryUserName instead |
|
net.juniper.smgt.sae.portal.User.isTokenDhcpUser()
Use isAddressUser and getPrimaryUserName instead |
|
net.juniper.smgt.sae.portal.Ssp.loginDhcpUser(String, String, String, boolean)
This method has been replaced by the loginUser , registerLogin , and registerNextLogin methods. |
|
net.juniper.smgt.sae.portal.Ssp.logoutDhcpUser(String)
This method has been replaced by the logoutUser and unregisterLogin methods. |
|
net.juniper.smgt.sae.portal.Ssp.logoutUser(String)
Use the method User.logout of class User instead. |
|
net.juniper.smgt.sae.portal.Ssp.registerCurrentEquipment(String)
This method has been replaced by the registerEquipment and grantPublicIp methods. |
|
net.juniper.smgt.sae.portal.Ssp.revokePublicIp(String)
Use the method User.revokePublicIp of class User instead. |
|
net.juniper.smgt.sae.portal.Service.setLocationName(String)
Determines which localized version of the service definition will be described by all subsequent reads of this bean's properties. The value of some Service properties will vary
according to the location where the service is used. If you are using
location-specific service definitions it is critical to set
both the locationName and serviceName properties
before reading any other properties. If you are not using localized
versions of services, this property can be safely ignored.
If you are using localized
versions of services, the required location name can be obtained from an
initialized User bean. |
|
net.juniper.smgt.sae.portal.Ssp.unRegisterCurrentEquipment(String)
This method has been replaced by the unregisterEquipment and revokePublicIp methods. |
|
net.juniper.smgt.sae.portal.User.updatedScheduleEntryActions(long, Action[])
Use updatedScheduleEntryActions(String id, Action[] aActions) instead. Convert long date to string date using String.valueOf(date). |
|
Core API 7.6 | ||||||||
PREV NEXT | FRAMES NO FRAMES |