|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)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"
on http://www.oracle.com/technology/documentation/index.html.
| 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 |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preDeregister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Method Detail |
public String getLocalAccessPoint()
The name of the local access point to which this password applies.
public 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.
public String getLocalPasswordIV()
The initialization vector used to encrypt the local password.
public String getRemoteAccessPoint()
The name of the remote access point to which this password applies.
public 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.
public String getRemotePasswordIV()
The initialization vector used to encrypt the remote password.
public void setLocalAccessPoint(String LocalAccessPoint)
throws InvalidAttributeValueException
Sets the value of the LocalAccessPoint attribute.
LocalAccessPoint - the name for the local domain access point
InvalidAttributeValueExceptiongetLocalAccessPoint()
public void setLocalPassword(String LocalPasswd)
throws InvalidAttributeValueException
Sets the value of the LocalPassword attribute.
LocalPasswd - the encrypted local password string
InvalidAttributeValueExceptiongetLocalPassword()
public void setLocalPasswordIV(String LocalIV)
throws InvalidAttributeValueException
Sets the value of the LocalPasswordIV attribute.
LocalIV - the encrypted local interface vector used by this object
InvalidAttributeValueExceptiongetLocalPasswordIV()
public void setRemoteAccessPoint(String RemoteAccessPoint)
throws InvalidAttributeValueException
Sets the value of the RemoteAccessPoint attribute.
RemoteAccessPoint - the name for the remote domain access point
InvalidAttributeValueExceptiongetRemoteAccessPoint()
public void setRemotePassword(String RemotePasswd)
throws InvalidAttributeValueException
Sets the value of the RemotePassword attribute.
RemotePasswd - the encrypted local password string
InvalidAttributeValueExceptiongetRemotePassword()
public void setRemotePasswordIV(String RemoteIV)
throws InvalidAttributeValueException
Sets the value of the RemotePasswordIV attribute.
RemoteIV - encrypted remote interface vector used by this object
InvalidAttributeValueExceptiongetRemotePasswordIV()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||