Package com.sun.identity.security

Provides the classes to be used for performing privileged operations (like getting the IS admin's DN and password)

See:
          Description

Class Summary
AdminDNAction The class is used to perform privileged operations using java.security.AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Administrator DN.
AdminPasswordAction The class is used to perform privileged operations using AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Administrator passwords.
DecodeAction The class is used to perform privileged operations with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to decode passwords.
DecryptAction The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to decrypt passwords.
EncodeAction The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to encode passwords.
EncryptAction The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to encrypt passwords.
ISSecurityPermission This class ISSecurityPermission is used to protect the IS resources which should be accessed only by trusted application.
 

Package com.sun.identity.security Description

Provides the classes to be used for performing privileged operations (like getting the IS admin's DN and password)