Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.subscriber.management
Interface SubscriberMBean


public interface SubscriberMBean

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

addSubscriber

public String addSubscriber(String address,
                            String loginId,
                            String password)
                     throws ManagementException
Adds a subscriber.
Parameters:
address - -- The address of subscriber.
loginId - -- The login ID of subscriber.
password - -- The password of subscriber.
Returns:
Operation result.
Throws:
ManagementException.
ManagementException

getSubscriberInfo

public String getSubscriberInfo(String addressOrLoginId)
                         throws ManagementException
Gets subscriber information by address or login ID.
Parameters:
addressOrLoginId - -- The address or login ID of the subscriber.
Returns:
Operation result.
Throws:
ManagementException.
ManagementException

removeSubscriber

public String removeSubscriber(String address)
                        throws ManagementException
Removes a subscriber by address.
Parameters:
address - -- The address of the subscriber.
Returns:
Operation result.
Throws:
ManagementException.
ManagementException

updateSubscriber

public String updateSubscriber(String address,
                               String loginId,
                               String password)
                        throws ManagementException
Updates the properties of a subscriber.
Parameters:
address - -- The address of the subscriber.
loginId - -- The login ID of the subscriber.
password - -- The password of the subscriber.
Returns:
Operation result.
Throws:
ManagementException.
ManagementException

verifySubscriber

public String verifySubscriber(String address,
                               String password)
                        throws ManagementException
Verifies a subscriber.
Parameters:
address - -- The address of the subscriber.
password - -- The password of the subscriber.
Returns:
Operation result.
Throws:
ManagementException.
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.