Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


com.bea.wlcp.wlng.plugin.pushmessage.pap.management
Interface PushMessagePAPMBean


public interface PushMessagePAPMBean

MBean interface for PAP plug-in


Field Summary
static String BAPassword
          The Usage of password for Basic Authentication.
static boolean BasicAuthentication
          The Usage of Basic Authentication.
static String BAUser
          The Usage of user for Basic Authentication.
static String PPGNotificationURL
          URL that the PPG should use for notification of results.
static String PPGURL
          The Push Proxy Gateway (PPG) url.
static boolean ResultNotificationEndpoint
          The Usage of Result Notification Endpoint.

 

Method Summary
 String getBAPassword()
           
 boolean getBasicAuthentication()
           
 String getBAUser()
           
 String getPPGNotificationURL()
           
 String getPPGURL()
           
 boolean getResultNotificationEndpoint()
           
 void setBAPassword(String password)
           
 void setBasicAuthentication(boolean usage)
           
 void setBAUser(String user)
           
 void setPPGNotificationURL(String url)
           
 void setPPGURL(String url)
           
 void setResultNotificationEndpoint(boolean usage)
           

 

Field Detail

BAPassword

public static final String BAPassword
The Usage of password for Basic Authentication. This is a shared value. Format: String
See Also:
Constant Field Values

BasicAuthentication

public static final boolean BasicAuthentication
The Usage of Basic Authentication. This is a shared value. Format: Boolean [true | false]
See Also:
Constant Field Values

BAUser

public static final String BAUser
The Usage of user for Basic Authentication. This is a shared value. Format: String
See Also:
Constant Field Values

PPGNotificationURL

public static final String PPGNotificationURL
URL that the PPG should use for notification of results. This is a local value Format: URL

PPGURL

public static final String PPGURL
The Push Proxy Gateway (PPG) url. This is a shared value. Format: URL

ResultNotificationEndpoint

public static final boolean ResultNotificationEndpoint
The Usage of Result Notification Endpoint. This is a shared value. Format: Boolean [true | false]
See Also:
Constant Field Values

Method Detail

getBAPassword

public String getBAPassword()
                     throws ManagementException
Throws:
ManagementException

getBasicAuthentication

public boolean getBasicAuthentication()
                               throws ManagementException
Throws:
ManagementException

getBAUser

public String getBAUser()
                 throws ManagementException
Throws:
ManagementException

getPPGNotificationURL

public String getPPGNotificationURL()
                             throws ManagementException
Throws:
ManagementException

getPPGURL

public String getPPGURL()
                 throws ManagementException
Throws:
ManagementException

getResultNotificationEndpoint

public boolean getResultNotificationEndpoint()
                                      throws ManagementException
Throws:
ManagementException

setBAPassword

public void setBAPassword(String password)
                   throws ManagementException
Throws:
ManagementException

setBasicAuthentication

public void setBasicAuthentication(boolean usage)
                            throws ManagementException
Throws:
ManagementException

setBAUser

public void setBAUser(String user)
               throws ManagementException
Throws:
ManagementException

setPPGNotificationURL

public void setPPGNotificationURL(String url)
                           throws ManagementException
Throws:
ManagementException

setPPGURL

public void setPPGURL(String url)
               throws ManagementException
Throws:
ManagementException

setResultNotificationEndpoint

public void setResultNotificationEndpoint(boolean usage)
                                   throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


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