Searched defs:doesEntryExists (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java76 public boolean doesEntryExists(SSOToken token, String entryDN); method in interface:IDirectoryServices
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java356 boolean isPresent = super.doesEntryExists(token, dn);
378 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:CachedDirectoryServicesImpl
389 boolean isPresent = super.doesEntryExists(token, dn);
H A DDirectoryServicesImpl.java457 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:DirectoryServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java353 boolean isPresent = super.doesEntryExists(token, params[0]);
376 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:CachedRemoteServicesImpl
387 boolean isPresent = super.doesEntryExists(token, dn);
546 if (!doesEntryExists(token, dn)) {
H A DRemoteServicesImpl.java130 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:RemoteServicesImpl
135 "doesEntryExists", objs),
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) method in interface:DirectoryManagerIF
H A DDirectoryManagerImpl.java155 public boolean doesEntryExists(String token, String entryDN) method in class:DirectoryManagerImpl
159 return dsServices.doesEntryExists(ssoToken, entryDN);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java76 public boolean doesEntryExists(SSOToken token, String entryDN); method in interface:IDirectoryServices
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java356 boolean isPresent = super.doesEntryExists(token, dn);
378 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:CachedDirectoryServicesImpl
389 boolean isPresent = super.doesEntryExists(token, dn);
H A DDirectoryServicesImpl.java457 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:DirectoryServicesImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java353 boolean isPresent = super.doesEntryExists(token, params[0]);
376 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:CachedRemoteServicesImpl
387 boolean isPresent = super.doesEntryExists(token, dn);
546 if (!doesEntryExists(token, dn)) {
H A DRemoteServicesImpl.java130 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:RemoteServicesImpl
135 "doesEntryExists", objs),
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) method in interface:DirectoryManagerIF
H A DDirectoryManagerImpl.java155 public boolean doesEntryExists(String token, String entryDN) method in class:DirectoryManagerImpl
159 return dsServices.doesEntryExists(ssoToken, entryDN);

Completed in 100 milliseconds