BEA Systems, Inc.


weblogic.management.configuration
Interface WTCPasswordMBean


public interface WTCPasswordMBean
extends ConfigurationMBean

This interface provides access to the WTC password configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.


Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getLocalAccessPoint()
           
 java.lang.String getLocalPassword()
           
 java.lang.String getLocalPasswordIV()
           
 java.lang.String getRemoteAccessPoint()
           
 java.lang.String getRemotePassword()
           
 java.lang.String getRemotePasswordIV()
           
 void setLocalAccessPoint(java.lang.String LocalAccessPoint)
          Defines the name of the local access point to which the password applies.
 void setLocalPassword(java.lang.String LocalPasswd)
          Defines the LocalPassword as returned from the genpasswd utility.
 void setLocalPasswordIV(java.lang.String LocalIV)
          Defines the initialization vector used to encrypt the local password.
 void setRemoteAccessPoint(java.lang.String RemoteAccessPoint)
          Defines the name of the remote access point to which the password applies.
 void setRemotePassword(java.lang.String RemotePasswd)
          Defines the RemotePassword as returned from the genpasswd utility.
 void setRemotePasswordIV(java.lang.String RemoteIV)
          Defines the initialization vector used to encrypt the remote password.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getNotes, isPersistenceEnabled, setNotes
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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
 

Method Detail

setLocalAccessPoint

public void setLocalAccessPoint(java.lang.String LocalAccessPoint)
                         throws javax.management.InvalidAttributeValueException
Defines the name of the local access point to which the password applies.

Legal NULL: false
Parameters:
LocalAccessPoint - the name for the local domain access point

getLocalAccessPoint

public java.lang.String getLocalAccessPoint()


setRemoteAccessPoint

public void setRemoteAccessPoint(java.lang.String RemoteAccessPoint)
                          throws javax.management.InvalidAttributeValueException
Defines the name of the remote access point to which the password applies.

Legal NULL: false
Parameters:
RemoteAccessPoint - the name for the remote domain access point

getRemoteAccessPoint

public java.lang.String getRemoteAccessPoint()


setLocalPasswordIV

public void setLocalPasswordIV(java.lang.String LocalIV)
                        throws javax.management.InvalidAttributeValueException
Defines the initialization vector used to encrypt the local password.

Legal NULL: false
Parameters:
LocalIV - the encrypted local interface vector used by this object

getLocalPasswordIV

public java.lang.String getLocalPasswordIV()


setLocalPassword

public void setLocalPassword(java.lang.String LocalPasswd)
                      throws javax.management.InvalidAttributeValueException
Defines the LocalPassword as returned from the genpasswd utility. This password is used to authenticate connections between the local domain access point identified by LocalAccessPoint and the remote domain access point identified by RemoteAccessPoint.

Legal NULL: false
Parameters:
LocalPasswd - the encrypted local password string

getLocalPassword

public java.lang.String getLocalPassword()


setRemotePasswordIV

public void setRemotePasswordIV(java.lang.String RemoteIV)
                         throws javax.management.InvalidAttributeValueException
Defines the initialization vector used to encrypt the remote password.

Legal NULL: false
Parameters:
RemoteIV - encrypted remote interface vector used by this object

getRemotePasswordIV

public java.lang.String getRemotePasswordIV()


setRemotePassword

public void setRemotePassword(java.lang.String RemotePasswd)
                       throws javax.management.InvalidAttributeValueException
Defines the RemotePassword as returned from the genpasswd utility. This password is used to authenticate connections between the local domain access point identified by LocalAccessPoint and the remote domain access point identified by RemoteAccessPoint.

Legal NULL: false
Parameters:
RemotePasswd - the encrypted local password string

getRemotePassword

public java.lang.String getRemotePassword()


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference