| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.security |
This package contains interfaces that you can use to create and update data security profiles ("Rows", "Tables", and "Connections" settings) and business security profiles ("Create Query" and "Display Data" settings).
|
| Modifier and Type | Method and Description |
|---|---|
TableMapping |
SecurityFactory.createTableMapping(java.lang.String originalTable,
java.lang.String replacementTable)
Creates a new table mapping in the data security profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TableMapping> |
DataSecurityProfile.getTableMappings()
Returns the value of the 'Table Mappings' containment reference list.
|