See: Description
Interface | Description |
---|---|
AppSSOTokenProvider |
This interface defines method to get application single sign on token.
|
Class | Description |
---|---|
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. |
AdminTokenAction |
The class is used to perform privileged operations using
AccessController.doPrivileged(PrivilegedAction) when trying to get Application single sign on
token. |
DataEncryptor |
This class
DataEncryptor is used to encrypt the data
with symmetric and asymmetric keys. |
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. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.