Class PermissionConverter


  • public class PermissionConverter
    extends java.lang.Object

    Converts between the String-Array based and the Integer-based representation of permissions.

    Author:
    Daniel Meyer, Tobias Metzke
    • Constructor Detail

      • PermissionConverter

        public PermissionConverter()
    • Method Detail

      • getNamesForPermissions

        public static java.lang.String[] getNamesForPermissions​(Authorization authorization,
                                                                Permission[] permissions)