AuthPermission.this

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.

  1. this(string name)
    class AuthPermission
    this
    (
    string name
    )
  2. this(string name, string actions)

Meta