Package com.sun.identity.security

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

See:
          Description

Interface Summary
AppSSOTokenProvider This interface defines method to get application single sign on token.
 

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 Access Manager resources which should be accessed only by trusted application.
SystemAppTokenProvider This is an default implementation of AppSSOTokenProvider.
 

Package com.sun.identity.security Description

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



Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.