Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorJmsUrlSendReplyBean.IAbstractAcceptorDirectAuthenticationType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorJmsUrlSendReplyBean.IAcceptorDirectAuthenticationType
Enclosing interface:
IAbstractAcceptorJmsUrlSendReplyBean

public static interface IAbstractAcceptorJmsUrlSendReplyBean.IAbstractAcceptorDirectAuthenticationType
extends IMgmtSubBeanBase

Inner class representing AcceptorDirectAuthenticationType This class extends IMgmtListBase


Method Summary
 boolean getConfigUser()
          Get the attribute for CONFIG_USER as a boolean value.
 IMgmtAttributeMetaData getConfigUserMetaData()
          Get the attribute metadata for CONFIG_USER.
 boolean getHttpBasic()
          Get the attribute for HTTP_BASIC as a boolean value.
 IMgmtAttributeMetaData getHttpBasicMetaData()
          Get the attribute metadata for HTTP_BASIC.
 boolean getHttpHeader()
          Get the attribute for HTTP_HEADER as a boolean value.
 IMgmtAttributeMetaData getHttpHeaderMetaData()
          Get the attribute metadata for HTTP_HEADER.
 boolean getSslCertificate()
          Get the attribute for SSL_CERTIFICATE as a boolean value.
 IMgmtAttributeMetaData getSslCertificateMetaData()
          Get the attribute metadata for SSL_CERTIFICATE.
 void setConfigUser(boolean value)
          Set the attribute for CONFIG_USER to the specified boolean value.
 void setHttpBasic(boolean value)
          Set the attribute for HTTP_BASIC to the specified boolean value.
 void setHttpHeader(boolean value)
          Set the attribute for HTTP_HEADER to the specified boolean value.
 void setSslCertificate(boolean value)
          Set the attribute for SSL_CERTIFICATE to the specified boolean 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

getConfigUser

boolean getConfigUser()
                      throws MgmtException
Get the attribute for CONFIG_USER as a boolean value.

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

getConfigUserMetaData

IMgmtAttributeMetaData getConfigUserMetaData()
                                             throws MgmtException
Get the attribute metadata for CONFIG_USER.

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

getHttpBasic

boolean getHttpBasic()
                     throws MgmtException
Get the attribute for HTTP_BASIC as a boolean value.

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

getHttpBasicMetaData

IMgmtAttributeMetaData getHttpBasicMetaData()
                                            throws MgmtException
Get the attribute metadata for HTTP_BASIC.

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

getHttpHeader

boolean getHttpHeader()
                      throws MgmtException
Get the attribute for HTTP_HEADER as a boolean value.

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

getHttpHeaderMetaData

IMgmtAttributeMetaData getHttpHeaderMetaData()
                                             throws MgmtException
Get the attribute metadata for HTTP_HEADER.

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

getSslCertificate

boolean getSslCertificate()
                          throws MgmtException
Get the attribute for SSL_CERTIFICATE as a boolean value.

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

getSslCertificateMetaData

IMgmtAttributeMetaData getSslCertificateMetaData()
                                                 throws MgmtException
Get the attribute metadata for SSL_CERTIFICATE.

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

setConfigUser

void setConfigUser(boolean value)
                   throws MgmtException
Set the attribute for CONFIG_USER to the specified boolean value.

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

setHttpBasic

void setHttpBasic(boolean value)
                  throws MgmtException
Set the attribute for HTTP_BASIC to the specified boolean value.

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

setHttpHeader

void setHttpHeader(boolean value)
                   throws MgmtException
Set the attribute for HTTP_HEADER to the specified boolean value.

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

setSslCertificate

void setSslCertificate(boolean value)
                       throws MgmtException
Set the attribute for SSL_CERTIFICATE to the specified boolean value.

Parameters:
value - The boolean 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.