|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessSecurityProfile
A representation of the model object 'Business Security Profile'.
This interface provides methods to create the different "Create Query" and "Display Data" settings of a business security profile. See the Information Design Tool User Guide for more information on these settings.
Use SecurityFactory.createBusinessSecurityProfile()
to instantiate an empty business security profile.
The following features are supported:
Method Summary | |
---|---|
SecuredElements |
getCreateQuerySecuredObjects()
Returns the value of the 'Create Query Secured Objects' containment reference. |
SecuredElements |
getCreateQuerySecuredViews()
Returns the value of the 'Create Query Secured Views' containment reference. |
SecuredElements |
getDisplayDataSecuredObjects()
Returns the value of the 'Display Data Secured Objects' containment reference. |
Methods inherited from interface com.sap.sl.sdk.authoring.security.SecurityProfile |
---|
getName, setName |
Method Detail |
---|
SecuredElements getCreateQuerySecuredViews()
The SecuredElements
returned allows to indicate the business layer views to add as granted or denied in the "CreateQuery" of the business security profile.
An empty string identifies the master view.
SecuredElements getCreateQuerySecuredObjects()
The SecuredElements
returned allows to indicate the business items to add as granted or denied in the "CreateQuery" of the business security profile.
SecuredElements getDisplayDataSecuredObjects()
The SecuredElements
returned allows to indicate the business items to add as granted or denied in the "DisplayData" of the business security profile.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |