public interface DataSecurityProfile extends SecurityProfile
This interface provides methods to retrieve the different "Rows", "Tables", and "Connections" settings of a data security profile. See the Information Design Tool User Guide for a definition of these settings.
Use SecurityFactory.createDataSecurityProfile() to instantiate an empty data security profile.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionMapping> |
getConnectionMappings()
Returns the value of the 'Connection Mappings' containment reference list.
|
java.util.List<RowRestriction> |
getRowRestrictions()
Returns the value of the 'Row Restrictions' containment reference list.
|
java.util.List<TableMapping> |
getTableMappings()
Returns the value of the 'Table Mappings' containment reference list.
|
getName, setNamejava.util.List<RowRestriction> getRowRestrictions()
RowRestriction.
This is the list of row restrictions.
java.util.List<TableMapping> getTableMappings()
TableMapping.
This is the list of mappings between original tables and replacement tables.
java.util.List<ConnectionMapping> getConnectionMappings()
ConnectionMapping.
This is the list of mappings between original connections and replacement connections of a universe in the CMS repository.