Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractRouteDirectWSBean.IAbstractCredentialsType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IRouteDirectWSBean.ICredentialsType
Enclosing interface:
IAbstractRouteDirectWSBean

public static interface IAbstractRouteDirectWSBean.IAbstractCredentialsType
extends IMgmtSubBeanBase

Inner class representing CredentialsType This class extends IMgmtListBase


Method Summary
 java.lang.String getUsernametokenPassword()
          Get the attribute for USERNAMETOKEN_PASSWORD as a String value.
 java.lang.String getUsernametokenPassword(java.lang.String defValue)
          Get the attribute for USERNAMETOKEN_PASSWORD as a String value.
 IMgmtAttributeMetaData getUsernametokenPasswordMetaData()
          Get the attribute metadata for USERNAMETOKEN_PASSWORD.
 java.lang.String getUsernametokenUsername()
          Get the attribute for USERNAMETOKEN_USERNAME as a String value.
 java.lang.String getUsernametokenUsername(java.lang.String defValue)
          Get the attribute for USERNAMETOKEN_USERNAME as a String value.
 IMgmtAttributeMetaData getUsernametokenUsernameMetaData()
          Get the attribute metadata for USERNAMETOKEN_USERNAME.
 java.lang.String getX509tokenAlias()
          Get the attribute for X509TOKEN_ALIAS as a String value.
 java.lang.String getX509tokenAlias(java.lang.String defValue)
          Get the attribute for X509TOKEN_ALIAS as a String value.
 IMgmtAttributeMetaData getX509tokenAliasMetaData()
          Get the attribute metadata for X509TOKEN_ALIAS.
 java.lang.String getX509tokenPassword()
          Get the attribute for X509TOKEN_PASSWORD as a String value.
 java.lang.String getX509tokenPassword(java.lang.String defValue)
          Get the attribute for X509TOKEN_PASSWORD as a String value.
 IMgmtAttributeMetaData getX509tokenPasswordMetaData()
          Get the attribute metadata for X509TOKEN_PASSWORD.
 void setUsernametokenPassword(java.lang.String value)
          Set the attribute for USERNAMETOKEN_PASSWORD to the specified String value.
 void setUsernametokenUsername(java.lang.String value)
          Set the attribute for USERNAMETOKEN_USERNAME to the specified String value.
 void setX509tokenAlias(java.lang.String value)
          Set the attribute for X509TOKEN_ALIAS to the specified String value.
 void setX509tokenPassword(java.lang.String value)
          Set the attribute for X509TOKEN_PASSWORD to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getUsernametokenPassword

java.lang.String getUsernametokenPassword()
                                          throws MgmtException
Get the attribute for USERNAMETOKEN_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUsernametokenPassword

java.lang.String getUsernametokenPassword(java.lang.String defValue)
                                          throws MgmtException
Get the attribute for USERNAMETOKEN_PASSWORD as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUsernametokenPasswordMetaData

IMgmtAttributeMetaData getUsernametokenPasswordMetaData()
                                                        throws MgmtException
Get the attribute metadata for USERNAMETOKEN_PASSWORD.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getUsernametokenUsername

java.lang.String getUsernametokenUsername()
                                          throws MgmtException
Get the attribute for USERNAMETOKEN_USERNAME as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUsernametokenUsername

java.lang.String getUsernametokenUsername(java.lang.String defValue)
                                          throws MgmtException
Get the attribute for USERNAMETOKEN_USERNAME as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUsernametokenUsernameMetaData

IMgmtAttributeMetaData getUsernametokenUsernameMetaData()
                                                        throws MgmtException
Get the attribute metadata for USERNAMETOKEN_USERNAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getX509tokenAlias

java.lang.String getX509tokenAlias()
                                   throws MgmtException
Get the attribute for X509TOKEN_ALIAS as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getX509tokenAlias

java.lang.String getX509tokenAlias(java.lang.String defValue)
                                   throws MgmtException
Get the attribute for X509TOKEN_ALIAS as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getX509tokenAliasMetaData

IMgmtAttributeMetaData getX509tokenAliasMetaData()
                                                 throws MgmtException
Get the attribute metadata for X509TOKEN_ALIAS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getX509tokenPassword

java.lang.String getX509tokenPassword()
                                      throws MgmtException
Get the attribute for X509TOKEN_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getX509tokenPassword

java.lang.String getX509tokenPassword(java.lang.String defValue)
                                      throws MgmtException
Get the attribute for X509TOKEN_PASSWORD as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getX509tokenPasswordMetaData

IMgmtAttributeMetaData getX509tokenPasswordMetaData()
                                                    throws MgmtException
Get the attribute metadata for X509TOKEN_PASSWORD.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setUsernametokenPassword

void setUsernametokenPassword(java.lang.String value)
                              throws MgmtException
Set the attribute for USERNAMETOKEN_PASSWORD to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setUsernametokenUsername

void setUsernametokenUsername(java.lang.String value)
                              throws MgmtException
Set the attribute for USERNAMETOKEN_USERNAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setX509tokenAlias

void setX509tokenAlias(java.lang.String value)
                       throws MgmtException
Set the attribute for X509TOKEN_ALIAS to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setX509tokenPassword

void setX509tokenPassword(java.lang.String value)
                          throws MgmtException
Set the attribute for X509TOKEN_PASSWORD to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.