|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Plugin http proxy service MBean interface.
Field Summary | |
static boolean |
httpBasicAuthentication Enable HTTP BASIC Authentication |
static String |
networkEndPoint Set Network Endpoint for MT requests |
static String |
password password for authentication |
static String |
userName username for authentication |
static boolean |
userNameTokenAuthentication Enable WS-Security with usernametoken |
Method Summary | |
void |
addApplicationEndPoint(String appinstanceId, String callbackUrl) Add application end point |
String |
getApplicationEndPoint(String appinstanceId) Getting Application Endpoint for appinstanceId. |
boolean |
getHttpBasicAuthentication() |
int |
getHttpTimeoutPeriod() Get the time (seconds) window/period in which x number of timeouts are allowed before plugin instance is disconnected. |
int |
getHttpTimeoutThreshold() Get the number of HTTP timeouts that are allowed in a http timeout period before plugin instance is disconnected. |
int |
getHttpWaitTime() Get HTTP wait time (Request-time->Response) in seconds for MT requests Value is effective for all new events. |
String |
getNetworkEndpoint() |
String |
getPassword() |
int |
getReactivateTime() Get the time (seconds) a plugin instance should stay disconnected after having been disconnected due to http timeout criteria. |
String |
getUserName() |
boolean |
getUserNameTokenAuthentication() |
String[] |
listApplicationEndPoints() list all the application end points |
void |
removeApplicationEndPoint(String appinstanceId) Update Application Endpoint for applicationId |
void |
setHttpBasicAuthentication(boolean value) |
void |
setHttpTimeoutPeriod(int value) Set the time (seconds) window/period in wich x number of timeouts are allowed before plugin instance is disconnected. |
void |
setHttpTimeoutThreshold(int value) Set the number of HTTP timeouts that are allowed in a http timeout period before plugin instance is disconnected. |
void |
setHttpWaitTime(int value) Set HTTP wait time (Request-time->Response) in seconds for MT requests Value is effective for all new events. |
void |
setNetworkEndpoint(String value) |
void |
setPassword(String value) |
void |
setReactivateTime(int value) Set the time (seconds) a plugin instance should stay disconnected after having been disconnected due to http timeout criteria. |
void |
setUserName(String value) |
void |
setUserNameTokenAuthentication(boolean value) |
Field Detail |
public static final boolean httpBasicAuthentication
public static final String networkEndPoint
public static final String password
public static final String userName
public static final boolean userNameTokenAuthentication
Method Detail |
public void addApplicationEndPoint(String appinstanceId, String callbackUrl) throws ManagementException
appinstanceId
- Application InstancecallbackUrl
- Callback URLManagementException
public String getApplicationEndPoint(String appinstanceId) throws ManagementException
appinstanceId
-ManagementException
public boolean getHttpBasicAuthentication() throws ManagementException
ManagementException
public int getHttpTimeoutPeriod() throws ManagementException
ManagementException
public int getHttpTimeoutThreshold() throws ManagementException
ManagementException
public int getHttpWaitTime() throws ManagementException
ManagementException
public String getNetworkEndpoint() throws ManagementException
ManagementException
public String getPassword() throws ManagementException
ManagementException
public int getReactivateTime() throws ManagementException
ManagementException
public String getUserName() throws ManagementException
ManagementException
public boolean getUserNameTokenAuthentication() throws ManagementException
ManagementException
public String[] listApplicationEndPoints() throws ManagementException
ManagementException
public void removeApplicationEndPoint(String appinstanceId) throws ManagementException
appinstanceId
-ManagementException
public void setHttpBasicAuthentication(boolean value) throws ManagementException
ManagementException
public void setHttpTimeoutPeriod(int value) throws ManagementException
ManagementException
public void setHttpTimeoutThreshold(int value) throws ManagementException
ManagementException
public void setHttpWaitTime(int value) throws ManagementException
ManagementException
public void setNetworkEndpoint(String value) throws ManagementException
ManagementException
public void setPassword(String value) throws ManagementException
ManagementException
public void setReactivateTime(int value) throws ManagementException
ManagementException
public void setUserName(String value) throws ManagementException
ManagementException
public void setUserNameTokenAuthentication(boolean value) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |