|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractAuthorizationAclBean
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 |
|---|
java.lang.String getAclType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAclTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IMgmtBeanBase getAuthenticationDomain()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuthenticationDomainMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getPermission()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPermissionMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getPrincipalName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPrincipalNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getPrincipalType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPrincipalTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getResourceName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getResourceNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getResourceType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getResourceTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAclType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setAuthenticationDomain(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPermission(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPrincipalName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPrincipalType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setResourceName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setResourceType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||