Interface I_CmsGroupNameTranslation


  • public interface I_CmsGroupNameTranslation
    Interface for transforming group names into a more human-readable form.

    Since:
    8.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String translateGroupName​(java.lang.String groupFqn, boolean keepOu)
      Translates a fully qualified group name into a more user-friendly form.
    • Method Detail

      • translateGroupName

        java.lang.String translateGroupName​(java.lang.String groupFqn,
                                            boolean keepOu)
        Translates a fully qualified group name into a more user-friendly form.

        Parameters:
        groupFqn - the fully qualified group name
        keepOu - if true, the OU will be prepended to the resulting name
        Returns:
        the translated group name