com.sap.sl.sdk.authoring.security
Interface UniverseSecurityCacheProfiles


public interface UniverseSecurityCacheProfiles

A representation of the model object 'Universe Security Cache Profiles'.

The following features are supported:


Method Summary
 java.util.List<BusinessSecurityProfile> getBusinessSecurityProfiles()
          Returns the value of the 'Business Security Profiles' containment reference list.
 java.util.List<DataSecurityProfile> getDataSecurityProfiles()
          Returns the value of the 'Data Security Profiles' containment reference list.
 

Method Detail

getDataSecurityProfiles

java.util.List<DataSecurityProfile> getDataSecurityProfiles()
Returns the value of the 'Data Security Profiles' containment reference list. The list contents are of type DataSecurityProfile.

If the meaning of the 'Data Security Profiles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Security Profiles' containment reference list.

getBusinessSecurityProfiles

java.util.List<BusinessSecurityProfile> getBusinessSecurityProfiles()
Returns the value of the 'Business Security Profiles' containment reference list. The list contents are of type BusinessSecurityProfile.

If the meaning of the 'Business Security Profiles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Security Profiles' containment reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.