Sonic Management API

com.sonicsw.mq.mgmtapi.config
Interface IAuthorizationPolicyBean

All Superinterfaces:
IAbstractAuthorizationPolicyBean, com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase

public interface IAuthorizationPolicyBean
extends IAbstractAuthorizationPolicyBean

Configuration Bean representing a AuthorizationPolicy


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
 IAuthorizationAclBean createAclBean()
           
 IAuthorizationQopBean createQopBean()
           
 void deleteAclBean(IAuthorizationAclBean bean)
           
 void deleteQopBean(IAuthorizationQopBean bean)
           
 IAuthorizationAclBean getAclBean(java.lang.String name)
           
 java.util.List getAclBeans()
           
 IAuthorizationQopBean getQopBean(java.lang.String name)
           
 java.util.List getQopBeans()
           
 
Methods inherited from interface com.sonicsw.mq.mgmtapi.config.gen.IAbstractAuthorizationPolicyBean
getDefaultDomain, getDefaultDomainMetaData, getPolicyName, getPolicyNameMetaData, setDefaultDomain, setPolicyName
 
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

createAclBean

IAuthorizationAclBean createAclBean()
                                    throws MgmtException
Throws:
MgmtException

createQopBean

IAuthorizationQopBean createQopBean()
                                    throws MgmtException
Throws:
MgmtException

deleteAclBean

void deleteAclBean(IAuthorizationAclBean bean)
                   throws MgmtException
Throws:
MgmtException

deleteQopBean

void deleteQopBean(IAuthorizationQopBean bean)
                   throws MgmtException
Throws:
MgmtException

getAclBean

IAuthorizationAclBean getAclBean(java.lang.String name)
                                 throws MgmtException
Throws:
MgmtException

getAclBeans

java.util.List getAclBeans()
                           throws MgmtException
Throws:
MgmtException

getQopBean

IAuthorizationQopBean getQopBean(java.lang.String name)
                                 throws MgmtException
Throws:
MgmtException

getQopBeans

java.util.List getQopBeans()
                           throws MgmtException
Throws:
MgmtException

Sonic Management API

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