Interface Privileges


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

      • privilege

        Privilege privilege​(java.lang.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.