Package | Description |
---|---|
com.iplanet.am.sdk.common | |
com.iplanet.am.sdk.ldap | |
com.iplanet.am.sdk.remote |
Modifier and Type | Method and Description |
---|---|
void |
IDirectoryServices.createEntry(SSOToken token,
String entryName,
int objectType,
String parentDN,
Map attributes)
Create an entry in the Directory
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComplianceServicesImpl.checkIfDeletedOrg(SSOToken token,
String orgDN)
Method which checks if the entry corresponding to orgDN represents a
deleted organization entry (entry with inetdomainstatus:deleted).
|
protected void |
ComplianceServicesImpl.checkIfDeletedUser(SSOToken token,
String userDN)
Method which checks if the entry corresponding to userDN represents a
deleted user entry (entry with inetuserstatus:deleted)
|
void |
DirectoryServicesImpl.createEntry(SSOToken token,
String entryName,
int objectType,
String parentDN,
Map attributes)
Create an entry in the Directory
|
void |
CachedDirectoryServicesImpl.createEntry(SSOToken token,
String entryName,
int objectType,
String parentDN,
Map attributes) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteServicesImpl.createEntry(SSOToken token,
String entryName,
int objectType,
String parentDN,
Map attributes)
Create an entry in the Directory
|
void |
CachedRemoteServicesImpl.createEntry(SSOToken token,
String entryName,
int objectType,
String parentDN,
Map attributes) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.