| 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 |
|---|---|
ConnectionMapping |
SecurityFactory.createConnectionMapping(java.lang.String originalConnectionPath,
java.lang.String replacementConnectionPath)
Creates a new connection mapping in the data security profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionMapping> |
DataSecurityProfile.getConnectionMappings()
Returns the value of the 'Connection Mappings' containment reference list.
|