unsetPermission

public void unsetPermission(String name)

Removes the specified permission from this attachment.

If the permission does not exist in this attachment, nothing will happen.

Parameters

name

Name of the permission to remove


public void unsetPermission(Permission perm)

Removes the specified permission from this attachment.

If the permission does not exist in this attachment, nothing will happen.

Parameters

perm

Permission to remove