|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
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 Enables HTTP BASIC Authentication. |
static String |
networkEndPoint Sets Network Endpoint for MT requests |
static String |
password Password for authentication |
static String |
userName Username for authentication |
static boolean |
userNameTokenAuthentication Enables WS-Security with usernametoken |
Method Summary | |
void |
addApplicationEndPoint(String appinstanceId, String callbackUrl) Adds application end point. |
String |
getApplicationEndPoint(String appinstanceId) Gets Application Endpoint for appinstanceId. |
boolean |
getHttpBasicAuthentication() |
int |
getHttpTimeoutPeriod() Gets the time (seconds) window/period in which x number of timeouts are allowed before plug-in instance is disconnected. |
int |
getHttpTimeoutThreshold() Gets the number of HTTP timeouts that are allowed in a http timeout period before plug-in instance is disconnected. |
int |
getHttpWaitTime() Gets HTTP wait time (Request-time->Response) in seconds for MT requests. |
String |
getNetworkEndpoint() |
String |
getPassword() |
int |
getReactivateTime() Gets the time (seconds) a plug-in 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) Updates Application Endpoint for applicationId |
void |
setHttpBasicAuthentication(boolean value) |
void |
setHttpTimeoutPeriod(int value) Sets the time (seconds) window/period in wich x number of timeouts are allowed before plug-in instance is disconnected. |
void |
setHttpTimeoutThreshold(int value) Sets the number of HTTP timeouts that are allowed in a http timeout period before plug-in instance is disconnected. |
void |
setHttpWaitTime(int value) Sets HTTP wait time (Request-time->Response) in seconds for MT requests. |
void |
setNetworkEndpoint(String value) |
void |
setPassword(String value) |
void |
setReactivateTime(int value) Sets the time (seconds) a plug-in 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
Scope: Cluster
public static final String networkEndPoint
Scope: Cluster
public static final String password
Scope: Cluster
public static final String userName
Scope: Cluster
public static final boolean userNameTokenAuthentication
Scope: Cluster
Method Detail |
public void addApplicationEndPoint(String appinstanceId, String callbackUrl) throws ManagementException
Scope: Cluster
appinstanceId
- Application Instance.callbackUrl
- Callback URL.ManagementException.
ManagementException
public String getApplicationEndPoint(String appinstanceId) throws ManagementException
Scope: Cluster
appinstanceId
- application instance id.ManagementException.
ManagementException
public boolean getHttpBasicAuthentication() throws ManagementException
ManagementException
public int getHttpTimeoutPeriod() throws ManagementException
Scope: Cluster
ManagementException
public int getHttpTimeoutThreshold() throws ManagementException
Scope: Cluster
ManagementException
public int getHttpWaitTime() throws ManagementException
Scope: Cluster
ManagementException
public String getNetworkEndpoint() throws ManagementException
ManagementException
public String getPassword() throws ManagementException
ManagementException
public int getReactivateTime() throws ManagementException
Scope: Cluster
ManagementException
public String getUserName() throws ManagementException
ManagementException
public boolean getUserNameTokenAuthentication() throws ManagementException
ManagementException
public String[] listApplicationEndPoints() throws ManagementException
Scope: Cluster
ManagementException.
ManagementException
public void removeApplicationEndPoint(String appinstanceId) throws ManagementException
Scope: Cluster
appinstanceId
- application instance id.ManagementException
public void setHttpBasicAuthentication(boolean value) throws ManagementException
ManagementException
public void setHttpTimeoutPeriod(int value) throws ManagementException
Scope: Cluster
ManagementException
public void setHttpTimeoutThreshold(int value) throws ManagementException
Scope: Cluster
ManagementException
public void setHttpWaitTime(int value) throws ManagementException
Scope: Cluster
ManagementException
public void setNetworkEndpoint(String value) throws ManagementException
ManagementException
public void setPassword(String value) throws ManagementException
ManagementException
public void setReactivateTime(int value) throws ManagementException
Scope: Cluster
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 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |