This method of the IPermission Interface creates a new permission object that is equivalent to the current one. The copy operation is deep so that modifications to the copy do not affect the behavior of the original object.
IPermission copy() ;
Returns a permission object that is a copy of the current one.