Skip navigation links
com.sap.sl.sdk.authoring.cms

Interface CmsSecurityService

Parameters:
universeIdentifier - Identifier of the universe stored in the CMS repository. It can be one of the following:
  • A String that represents the path of the universe in the CMS repository, from the Universes root folder. See CmsResourceService.UNIVERSES_ROOT.

    Example: /Universes/myCmsFolder/MyUniverse.unx

  • A String that represents the unique identifier of the universe in the CMS repository.

    Example: AUkhFsg72ntHpql8Izl9pv0

  • Returns:
    A UniverseSecurityCache object that contains the universe security profiles definition and assignments.
    Throws:
    SlException - if the universe security cache cannot be retrieved from the CMS, or if the user doesn’t have the right to ‘Administer security profiles’
    Since:
    14.4.0
    See Also:
    UniverseSecurityCache}, DataSecurityProfile}, BusinessSecurityProfile}, com.sap.sl.sdk.authoring.security.Principal Principal}
    Skip navigation links