Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAuthorizationAclBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IAuthorizationAclBean

public interface IAbstractAuthorizationAclBean
extends IMgmtBeanBase

Configuration Bean representing a 'AuthorizationAcl'


Field Summary
 
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY
 
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension
END_CDATA, START_CDATA, TOOL_ANNOTATION
 
Method Summary
 java.lang.String getAclType()
          Get the attribute for ACL_TYPE as a String value.
 IMgmtAttributeMetaData getAclTypeMetaData()
          Get the attribute metadata for ACL_TYPE.
 IMgmtBeanBase getAuthenticationDomain()
          Get the attribute for AUTHENTICATION_DOMAIN as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getAuthenticationDomainMetaData()
          Get the attribute metadata for AUTHENTICATION_DOMAIN.
 java.lang.String getPermission()
          Get the attribute for PERMISSION as a String value.
 IMgmtAttributeMetaData getPermissionMetaData()
          Get the attribute metadata for PERMISSION.
 java.lang.String getPrincipalName()
          Get the attribute for PRINCIPAL_NAME as a String value.
 IMgmtAttributeMetaData getPrincipalNameMetaData()
          Get the attribute metadata for PRINCIPAL_NAME.
 java.lang.String getPrincipalType()
          Get the attribute for PRINCIPAL_TYPE as a String value.
 IMgmtAttributeMetaData getPrincipalTypeMetaData()
          Get the attribute metadata for PRINCIPAL_TYPE.
 java.lang.String getResourceName()
          Get the attribute for RESOURCE_NAME as a String value.
 IMgmtAttributeMetaData getResourceNameMetaData()
          Get the attribute metadata for RESOURCE_NAME.
 java.lang.String getResourceType()
          Get the attribute for RESOURCE_TYPE as a String value.
 IMgmtAttributeMetaData getResourceTypeMetaData()
          Get the attribute metadata for RESOURCE_TYPE.
 void setAclType(java.lang.String value)
          Set the attribute for ACL_TYPE to the specified String value.
 void setAuthenticationDomain(IMgmtBeanBase value)
          Set the attribute for AUTHENTICATION_DOMAIN to the specified IMgmtBeanBase value.
 void setPermission(java.lang.String value)
          Set the attribute for PERMISSION to the specified String value.
 void setPrincipalName(java.lang.String value)
          Set the attribute for PRINCIPAL_NAME to the specified String value.
 void setPrincipalType(java.lang.String value)
          Set the attribute for PRINCIPAL_TYPE to the specified String value.
 void setResourceName(java.lang.String value)
          Set the attribute for RESOURCE_NAME to the specified String value.
 void setResourceType(java.lang.String value)
          Set the attribute for RESOURCE_TYPE to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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
 
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension
getAnnotation, setAnnotation
 

Method Detail

getAclType

java.lang.String getAclType()
                            throws MgmtException
Get the attribute for ACL_TYPE as a String value.

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

getAclTypeMetaData

IMgmtAttributeMetaData getAclTypeMetaData()
                                          throws MgmtException
Get the attribute metadata for ACL_TYPE.

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

getAuthenticationDomain

IMgmtBeanBase getAuthenticationDomain()
                                      throws MgmtException
Get the attribute for AUTHENTICATION_DOMAIN as a IMgmtBeanBase value.

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

getAuthenticationDomainMetaData

IMgmtAttributeMetaData getAuthenticationDomainMetaData()
                                                       throws MgmtException
Get the attribute metadata for AUTHENTICATION_DOMAIN.

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

getPermission

java.lang.String getPermission()
                               throws MgmtException
Get the attribute for PERMISSION as a String value.

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

getPermissionMetaData

IMgmtAttributeMetaData getPermissionMetaData()
                                             throws MgmtException
Get the attribute metadata for PERMISSION.

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

getPrincipalName

java.lang.String getPrincipalName()
                                  throws MgmtException
Get the attribute for PRINCIPAL_NAME as a String value.

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

getPrincipalNameMetaData

IMgmtAttributeMetaData getPrincipalNameMetaData()
                                                throws MgmtException
Get the attribute metadata for PRINCIPAL_NAME.

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

getPrincipalType

java.lang.String getPrincipalType()
                                  throws MgmtException
Get the attribute for PRINCIPAL_TYPE as a String value.

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

getPrincipalTypeMetaData

IMgmtAttributeMetaData getPrincipalTypeMetaData()
                                                throws MgmtException
Get the attribute metadata for PRINCIPAL_TYPE.

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

getResourceName

java.lang.String getResourceName()
                                 throws MgmtException
Get the attribute for RESOURCE_NAME as a String value.

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

getResourceNameMetaData

IMgmtAttributeMetaData getResourceNameMetaData()
                                               throws MgmtException
Get the attribute metadata for RESOURCE_NAME.

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

getResourceType

java.lang.String getResourceType()
                                 throws MgmtException
Get the attribute for RESOURCE_TYPE as a String value.

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

getResourceTypeMetaData

IMgmtAttributeMetaData getResourceTypeMetaData()
                                               throws MgmtException
Get the attribute metadata for RESOURCE_TYPE.

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

setAclType

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

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

setAuthenticationDomain

void setAuthenticationDomain(IMgmtBeanBase value)
                             throws MgmtException
Set the attribute for AUTHENTICATION_DOMAIN to the specified IMgmtBeanBase value.

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

setPermission

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

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

setPrincipalName

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

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

setPrincipalType

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

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

setResourceName

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

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

setResourceType

void setResourceType(java.lang.String value)
                     throws MgmtException
Set the attribute for RESOURCE_TYPE 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.