Creates a new AuthPermission object with the specified name.
The name is the symbolic name of the AuthPermission, and the
actions string is currently unused and should be null.
<p>
@param name the name of the AuthPermission <p>
@param actions should be null.
@throws NullPointerException if {@code name} is {@code null}.
@throws IllegalArgumentException if {@code name} is empty.
Creates a new AuthPermission object with the specified name. The name is the symbolic name of the AuthPermission, and the actions string is currently unused and should be null.
<p>
@param name the name of the AuthPermission <p>
@param actions should be null.
@throws NullPointerException if {@code name} is {@code null}. @throws IllegalArgumentException if {@code name} is empty.