See: Description
Interface | Description |
---|---|
AdminTokenId |
This interface defines a method to get an admin token Id
|
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
java.security.AccessController.doPrivileged()
when trying to
get Application single sign on token. |
AdminTokenIdImpl |
This class implements interface
AdminTokenId |
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. |
SecurityDebug | |
ServerInstanceAction |
The class is used to perform privileged operations using
AccessController.doPrivileged()
when using
com.iplanet.services.ldap.ServerInstance to obtain Admin
passwords. |
SystemAppTokenProvider |
This is an default implementation of
AppSSOTokenProvider . |
Exception | Description |
---|---|
AMSecurityPropertiesException |
Exception that is thrown when AMConfig.properties does not contain
com.sun.identity.agents.app.username and com.iplanet.am.service.password
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.