|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecuredElements
A representation of the model object 'Secured Elements'.
A SecuredElements
object defines the list of business items or business layer views that are granted or denied in a business security profile setting.
The following features are supported:
Method Summary | |
---|---|
SecurityStatus |
getAllElementsStatus()
Returns the value of the 'All Elements Status' attribute. |
java.util.List<java.lang.String> |
getDeniedElements()
Returns the value of the 'Denied Elements' attribute list. |
java.util.List<java.lang.String> |
getGrantedElements()
Returns the value of the 'Granted Elements' attribute list. |
void |
setAllElementsStatus(SecurityStatus value)
Sets the value of the ' All Elements Status ' attribute. |
Method Detail |
---|
SecurityStatus getAllElementsStatus()
SecurityStatus
.
This is a status indicating whether all elements (business layer views or business items) are added as granted or denied in the "CreateQuery" or "DisplayData" setting of the business security profile.
SecurityStatus
,
setAllElementsStatus(SecurityStatus)
void setAllElementsStatus(SecurityStatus value)
All Elements Status
' attribute.
Indicates if all elements (business layer views or business items) in the "CreateQuery" or "DisplayData" setting of the business security profile are added as granted or denied.
If the status is SecurityStatus.DENIED
, the getDeniedElements()
list must be empty.
If the status is SecurityStatus.GRANTED
, the getGrantedElements()
list must be empty.
value
- the new value of the 'All Elements Status' attribute.SecurityStatus
,
getAllElementsStatus()
,
,
SecurityStatus
,
getAllElementsStatus()
java.util.List<java.lang.String> getDeniedElements()
String
.
This list contains specific elements (business layer views or business items) added as denied in the "CreateQuery" or "DisplayData" setting of the
business security profile when all other elements have not been set to denied using setAllElementsStatus(SecurityStatus)
.
It is empty if the 'All Elements Status' is set to SecurityStatus.DENIED
.
setAllElementsStatus(SecurityStatus)
,
BusinessLayerService.getBlItemPath(com.sap.sl.sdk.authoring.businesslayer.BlItem)
,
java.util.List<java.lang.String> getGrantedElements()
String
.
This list contains specific elements (business layer views or bussiness items) added as granted in the "CreateQuery" or "DisplayData" setting of the
business security profile when all other elements have not been set to granted using setAllElementsStatus(SecurityStatus)
.
It is empty if the 'All Elements Status' is set to SecurityStatus.GRANTED
.
setAllElementsStatus(SecurityStatus)
,
BusinessLayerService.getBlItemPath(com.sap.sl.sdk.authoring.businesslayer.BlItem)
,
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |