Uses of Class
com.iplanet.am.sdk.AMEntryExistsException
-
Packages that use AMEntryExistsException Package Description com.iplanet.am.sdk.common com.iplanet.am.sdk.ldap com.iplanet.am.sdk.remote -
-
Uses of AMEntryExistsException in com.iplanet.am.sdk.common
Methods in com.iplanet.am.sdk.common that throw AMEntryExistsException Modifier and Type Method Description voidIDirectoryServices. createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes)Create an entry in the Directory -
Uses of AMEntryExistsException in com.iplanet.am.sdk.ldap
Methods in com.iplanet.am.sdk.ldap that throw AMEntryExistsException Modifier and Type Method Description protected voidComplianceServicesImpl. checkIfDeletedOrg(SSOToken token, String orgDN)Method which checks if the entry corresponding to orgDN represents a deleted organization entry (entry with inetdomainstatus:deleted).protected voidComplianceServicesImpl. checkIfDeletedUser(SSOToken token, String userDN)Method which checks if the entry corresponding to userDN represents a deleted user entry (entry with inetuserstatus:deleted)voidCachedDirectoryServicesImpl. createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes)voidDirectoryServicesImpl. createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes)Create an entry in the Directory -
Uses of AMEntryExistsException in com.iplanet.am.sdk.remote
Methods in com.iplanet.am.sdk.remote that throw AMEntryExistsException Modifier and Type Method Description voidCachedRemoteServicesImpl. createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes)voidRemoteServicesImpl. createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes)Create an entry in the Directory
-