Interface Privileges


public interface Privileges
Utility methods for working with Privilege instances
Author:
cdivilly
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Privilege instance with the specified name
  • Method Details

    • privilege

      Privilege privilege(String name)
      Get the Privilege instance with the specified name
      Parameters:
      name - The fully qualified (including package prefix) name of the Privilege
      Returns:
      The instance or null if no matching privilege found.