|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSecurityProfile
A representation of the 'Data Security Profile' model object.
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:
Method Summary | |
---|---|
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. |
Methods inherited from interface com.sap.sl.sdk.authoring.security.SecurityProfile |
---|
getName, setName |
Method Detail |
---|
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |