| 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 | Field and Description |
|---|---|
static java.util.List<SecurityStatus> |
SecurityStatus.VALUES
A public read-only list of all the 'Status' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityStatus |
SecurityStatus.get(int value)
Returns the 'Status' literal with the specified integer value.
|
static SecurityStatus |
SecurityStatus.get(java.lang.String literal)
Returns the 'Status' literal with the specified literal value.
|
SecurityStatus |
SecuredElements.getAllElementsStatus()
Returns the value of the 'All Elements Status' attribute.
|
static SecurityStatus |
SecurityStatus.getByName(java.lang.String name)
Returns the 'Status' literal with the specified name.
|
static SecurityStatus |
SecurityStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecurityStatus[] |
SecurityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecuredElements.setAllElementsStatus(SecurityStatus value)
Sets the value of the '
All Elements Status' attribute. |