Searched defs:isNewEntry (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java137 boolean isNewEntry() { method in class:PluginConfigImpl
146 newEntry = entry.isNewEntry();
H A DCachedSMSEntry.java344 boolean isNewEntry() { method in class:CachedSMSEntry
348 return (smsEntry.isNewEntry());
404 if (answer.isNewEntry()) {
H A DServiceConfigImpl.java327 boolean isNewEntry() { method in class:ServiceConfigImpl
328 return (smsEntry.isNewEntry());
627 } else if (answer.smsEntry.isNewEntry()) {
H A DSMSEntry.java1154 public boolean isNewEntry() { method in class:SMSEntry
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java135 boolean isNewEntry() { method in class:PluginConfigImpl
144 newEntry = entry.isNewEntry();
H A DCachedSMSEntry.java323 boolean isNewEntry() { method in class:CachedSMSEntry
327 return (smsEntry.isNewEntry());
383 if (answer.isNewEntry()) {
H A DServiceConfigImpl.java327 boolean isNewEntry() { method in class:ServiceConfigImpl
328 return (smsEntry.isNewEntry());
624 } else if (answer.smsEntry.isNewEntry()) {
H A DSMSEntry.java1154 public boolean isNewEntry() { method in class:SMSEntry

Completed in 60 milliseconds