|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WTCPasswordMBean
This interface provides access to the WTC password configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getLocalAccessPoint()
The name of the local access point to which this password applies. |
String |
getLocalPassword()
The local password used to authenticate connections between the local access point and the remote access point. |
String |
getLocalPasswordIV()
The initialization vector used to encrypt the local password. |
String |
getRemoteAccessPoint()
The name of the remote access point to which this password applies. |
String |
getRemotePassword()
The remote password used to authenticate connections between the local access point and remote access point. |
String |
getRemotePasswordIV()
The initialization vector used to encrypt the remote password. |
void |
setLocalAccessPoint(String LocalAccessPoint)
Sets the value of the LocalAccessPoint attribute. |
void |
setLocalPassword(String LocalPasswd)
Sets the value of the LocalPassword attribute. |
void |
setLocalPasswordIV(String LocalIV)
Sets the value of the LocalPasswordIV attribute. |
void |
setRemoteAccessPoint(String RemoteAccessPoint)
Sets the value of the RemoteAccessPoint attribute. |
void |
setRemotePassword(String RemotePasswd)
Sets the value of the RemotePassword attribute. |
void |
setRemotePasswordIV(String RemoteIV)
Sets the value of the RemotePasswordIV attribute. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
void setLocalAccessPoint(String LocalAccessPoint) throws InvalidAttributeValueException
Sets the value of the LocalAccessPoint attribute.
LocalAccessPoint
- the name for the local domain access point
InvalidAttributeValueException
WTCPasswordMBean.getLocalAccessPoint()
String getLocalAccessPoint()
The name of the local access point to which this password applies.
void setRemoteAccessPoint(String RemoteAccessPoint) throws InvalidAttributeValueException
Sets the value of the RemoteAccessPoint attribute.
RemoteAccessPoint
- the name for the remote domain access point
InvalidAttributeValueException
WTCPasswordMBean.getRemoteAccessPoint()
String getRemoteAccessPoint()
The name of the remote access point to which this password applies.
void setLocalPasswordIV(String LocalIV) throws InvalidAttributeValueException
Sets the value of the LocalPasswordIV attribute.
LocalIV
- the encrypted local interface vector used by this object
InvalidAttributeValueException
WTCPasswordMBean.getLocalPasswordIV()
String getLocalPasswordIV()
The initialization vector used to encrypt the local password.
void setLocalPassword(String LocalPasswd) throws InvalidAttributeValueException
Sets the value of the LocalPassword attribute.
LocalPasswd
- the encrypted local password string
InvalidAttributeValueException
WTCPasswordMBean.getLocalPassword()
String getLocalPassword()
The local password used to authenticate connections between the local access point and the remote access point.
Note: This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.
void setRemotePasswordIV(String RemoteIV) throws InvalidAttributeValueException
Sets the value of the RemotePasswordIV attribute.
RemoteIV
- encrypted remote interface vector used by this object
InvalidAttributeValueException
WTCPasswordMBean.getRemotePasswordIV()
String getRemotePasswordIV()
The initialization vector used to encrypt the remote password.
void setRemotePassword(String RemotePasswd) throws InvalidAttributeValueException
Sets the value of the RemotePassword attribute.
RemotePasswd
- the encrypted local password string
InvalidAttributeValueException
WTCPasswordMBean.getRemotePassword()
String getRemotePassword()
The remote password used to authenticate connections between the local access point and remote access point.
Note: This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |