setPermission

public void setPermission(String name, boolean value)

Sets getClassById permission to the given value, by its fully qualified name

Parameters

name

Name of the permission

value

New value of the permission


public void setPermission(Permission perm, boolean value)

Sets getClassById permission to the given value

Parameters

perm

Permission to set

value

New value of the permission