Creates a new AuthPermission with the specified name. The name is the symbolic name of the AuthPermission.
<p>
@param name the name of the AuthPermission
@throws NullPointerException if {@code name} is {@code null}. @throws IllegalArgumentException if {@code name} is empty.
See Implementation
Creates a new AuthPermission with the specified name. The name is the symbolic name of the AuthPermission.
<p>
@param name the name of the AuthPermission
@throws NullPointerException if {@code name} is {@code null}. @throws IllegalArgumentException if {@code name} is empty.