Core API 4.3

Deprecated API

Deprecated Methods
net.juniper.smgt.sae.portal.Ssp.addSubscription(String, String, String, String)
          Use the method 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 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.User.getScheduleEntry(long)
          Use getScheduleEntry(String id) instead. Convert long date to string date using String.valueOf(date). 
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.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.registerCurrentEquipment(String)
          This method has been replaced by the registerEquipment and grantPublicIpmethods. 
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 4.3