Class ScopedPrivilege

    • Constructor Summary

      Constructors 
      Constructor Description
      ScopedPrivilege​(java.lang.String id, java.lang.String name)
      Constructor specifying the unique identifier and name of this scoped privilege.
    • Constructor Detail

      • ScopedPrivilege

        public ScopedPrivilege​(java.lang.String id,
                               java.lang.String name)
        Constructor specifying the unique identifier and name of this scoped privilege.
        Parameters:
        id - the unique identifier for this scoped privilege.
        name - the display name for this privilege.