|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SubscriberMBean.
| Method Summary | |
String |
addSubscriber(String address, String loginId, String password)Adds a subscriber. |
String |
getSubscriberInfo(String addressOrLoginId)Gets subscriber information by address or login ID. |
String |
removeSubscriber(String address)Removes a subscriber by address. |
String |
updateSubscriber(String address, String loginId, String password)Updates the properties of a subscriber. |
String |
verifySubscriber(String address, String password)Verifies a subscriber. |
| Method Detail |
public String addSubscriber(String address,
String loginId,
String password)
throws ManagementException
address - -- The address of subscriber.loginId - -- The login ID of subscriber.password - -- The password of subscriber.ManagementException.ManagementException
public String getSubscriberInfo(String addressOrLoginId)
throws ManagementException
addressOrLoginId - -- The address or login ID of the subscriber.ManagementException.ManagementException
public String removeSubscriber(String address)
throws ManagementException
address - -- The address of the subscriber.ManagementException.ManagementException
public String updateSubscriber(String address,
String loginId,
String password)
throws ManagementException
address - -- The address of the subscriber.loginId - -- The login ID of the subscriber.password - -- The password of the subscriber.ManagementException.ManagementException
public String verifySubscriber(String address,
String password)
throws ManagementException
address - -- The address of the subscriber.password - -- The password of the subscriber.ManagementException.ManagementException
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||