Searched refs:doesEntryExists (Results 1 - 18 of 18) 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/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 DDirectoryManagerImpl.java155 public boolean doesEntryExists(String token, String entryDN) method in class:DirectoryManagerImpl
159 return dsServices.doesEntryExists(ssoToken, entryDN);
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) method in interface:DirectoryManagerIF
H A DRemoteServicesImpl.java130 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:RemoteServicesImpl
135 "doesEntryExists", objs),
/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/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 DDirectoryManagerImpl.java155 public boolean doesEntryExists(String token, String entryDN) method in class:DirectoryManagerImpl
159 return dsServices.doesEntryExists(ssoToken, entryDN);
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) method in interface:DirectoryManagerIF
H A DRemoteServicesImpl.java130 public boolean doesEntryExists(SSOToken token, String entryDN) { method in class:RemoteServicesImpl
135 "doesEntryExists", objs),
/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/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/
H A DAMStoreConnection.java1136 return dsServices.doesEntryExists(token, dn);
H A DAMObjectImpl.java400 return dsServices.doesEntryExists(token, entryDN);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java1138 return dsServices.doesEntryExists(token, dn);
H A DAMObjectImpl.java401 return dsServices.doesEntryExists(token, entryDN);

Completed in 460 milliseconds