public interface RASAttributeCollectionEntry
Modifier and Type | Method and Description |
---|---|
java.util.List<RASAttributeEntry> |
getAttributes()
List of attributes associated with the collection.
|
java.lang.String |
getHandlerFunctionName()
Name of handler function of the attribute collection.
|
java.lang.String |
getHandlerPackageName()
Package name for handler function of the attribute collection.
|
java.lang.String |
getHandlerSchemaName()
Schema name for handler function of the attribute collection.
|
java.util.List<java.lang.String> |
getPolicyRuleRefs()
Returns the list of names of the ACEs(Policy Rules) protecting operations on this AttributeCollection.
|
void |
setDescription(java.lang.String description)
Set the description of this attribute collection.
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this attribute collection.
|
void |
setHandlerFunctionName(java.lang.String handlerFunctionName)
Set the name of handler function of the attribute collection.
|
void |
setHandlerPackageName(java.lang.String handlerPackageName)
Set the package name for handler function of the attribute collection.
|
void |
setHandlerSchemaName(java.lang.String handlerSchemaName)
Set the schema name for handler function of the attribute collection.
|
void setDescription(java.lang.String description)
description
-void setDisplayName(java.lang.String displayName)
displayName
-java.util.List<java.lang.String> getPolicyRuleRefs()
java.lang.String getHandlerSchemaName()
void setHandlerSchemaName(java.lang.String handlerSchemaName)
handlerSchemaName
- the schema name for handler function of the attribute collection.java.lang.String getHandlerPackageName()
void setHandlerPackageName(java.lang.String handlerPackageName)
handlerPackageName
- the package name for handler function of the attribute collection.java.lang.String getHandlerFunctionName()
void setHandlerFunctionName(java.lang.String handlerFunctionName)
handlerFunctionName
- the name of handler function of the attribute collection.java.util.List<RASAttributeEntry> getAttributes()