public class

PutAllAction

extends Object
implements PrivilegedAction<T>
java.lang.Object
   ↳ sun.security.action.PutAllAction

Class Overview

A convenience PrivilegedAction class for setting the properties of a provider. See the SunRsaSign provider for a usage example.

See Also

Summary

Public Constructors
PutAllAction(Provider provider, Map map)
Public Methods
Void run()
Performs the computation.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.PrivilegedAction

Public Constructors

public PutAllAction (Provider provider, Map map)

Public Methods

public Void run ()

Performs the computation. This method will be called by AccessController.doPrivileged after enabling privileges.

Returns
  • a class-dependent value that may represent the results of the computation. Each class that implements PrivilegedAction should document what (if anything) this value represents.