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