Name

Class java.lang.reflect.ReflectPermission

Synopsis

This class represents the ability to obtain information via object reflections; specifically, whether private and protected variables and methods may be accessed through object reflection. As with all basic permissions, this permission carries no actions; it has a single name: access.

Class Definition

public final class java.lang.reflect.ReflectPermission
	extends java.security.BasicPermission {

	// Constructors
	public ReflectPermission(String);
	public ReflectPermission(String, String);
}

See also

BasicPermission, Permission

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.