| 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 |
|---|---|
RowRestriction |
SecurityFactory.createRowRestriction(java.lang.String table,
java.lang.String whereClause)
Creates a new row restriction in the data security profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RowRestriction> |
DataSecurityProfile.getRowRestrictions()
Returns the value of the 'Row Restrictions' containment reference list.
|