| Class Summary | 
| AdminDNAction | The class is used to perform privileged operations using java.security.AccessController.doPrivileged()
 when using com.iplanet.am.util.AdminUtilsto obtain Administrator DN. | 
| AdminPasswordAction | The class is used to perform privileged operations using AccessController.doPrivileged()
 when using com.iplanet.am.util.AdminUtilsto obtain Administrator passwords. | 
| AdminTokenAction |  | 
| DecodeAction | The class is used to perform privileged operations with AccessController.doPrivileged()
 when using com.iplanet.services.util.Cryptto decode passwords. | 
| DecryptAction | The class is used to perform privileged operation with AccessController.doPrivileged()
 when using com.iplanet.am.util.AMPasswordUtilto decrypt passwords. | 
| EncodeAction | The class is used to perform privileged operation with AccessController.doPrivileged()
 when using com.iplanet.services.util.Cryptto encode passwords. | 
| EncryptAction | The class is used to perform privileged operation with AccessController.doPrivileged()
 when using com.iplanet.am.util.AMPasswordUtilto encrypt passwords. | 
| ISSecurityPermission | This class  ISSecurityPermission is used to 
 protect the Access Manager resources which should be accessed only by trusted 
 application. | 
| SystemAppTokenProvider | This is an default implementation of AppSSOTokenProvider. | 
 
Provides the classes to be used for performing privileged operations (like getting the
	Access Manager admin's DN and password)