Searched refs:smsEntry (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java59 private CachedSMSEntry smsEntry; field in class:PluginConfigImpl
68 smsEntry = entry;
69 smsEntry.addServiceListener(this);
71 if (smsEntry.isDirty()) {
72 smsEntry.refresh();
99 if (!SMSEntry.cacheSMSEntries || smsEntry.isDirty()) {
101 smsEntry.refresh();
110 return (smsEntry.getDN());
117 return (smsEntry.getClonedSMSEntry());
124 smsEntry
[all...]
H A DPluginSchemaImpl.java69 CachedSMSEntry smsEntry; field in class:PluginSchemaImpl
90 smsEntry = CachedSMSEntry.getInstance(token, sb.toString()
92 if (smsEntry.isDirty()) {
93 smsEntry.refresh();
98 if ((smsEntry.getSMSEntry().getAttributeValues(
103 smsEntry = CachedSMSEntry.getInstance(token, sb.toString()
105 if (smsEntry.isDirty()) {
106 smsEntry.refresh();
112 smsEntry.addServiceListener(this);
162 return (smsEntry);
[all...]
H A DServiceInstanceImpl.java55 private CachedSMSEntry smsEntry; field in class:ServiceInstanceImpl
62 smsEntry = entry;
63 smsEntry.addServiceListener(this);
64 if (smsEntry.isDirty()) {
65 smsEntry.refresh();
96 return (smsEntry.getClonedSMSEntry());
100 smsEntry.refresh(newEntry);
107 SMSEntry entry = smsEntry.getSMSEntry();
126 if (smsEntry.isValid() && smsEntry
[all...]
H A DServiceConfigImpl.java87 private CachedSMSEntry smsEntry; field in class:ServiceConfigImpl
104 smsEntry = entry;
106 smsEntry.addServiceListener(this);
123 if (smsEntry.isDirty()) {
124 smsEntry.refresh();
188 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
200 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
215 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
228 String sdn = "ou=" + subConfigName + "," + smsEntry.getDN();
245 smsEntry
[all...]
H A DCachedSMSEntry.java81 protected SMSEntry smsEntry; field in class:CachedSMSEntry
97 smsEntry = e;
106 smsEntry.setReadOnly();
110 token, smsEntry.getDN(), UPDATE_FUNC, this, null);
169 smsEntry.read(t);
207 smsEntry.refresh(e);
329 return (smsEntry);
337 return ((SMSEntry) smsEntry.clone());
339 SMSEntry.debug.error("Unable to clone SMSEntry: " + smsEntry, c);
348 return (smsEntry
[all...]
H A DServiceSchemaManager.java616 CachedSMSEntry smsEntry = ssm.getCachedSMSEntry();
617 smsEntry.writeXMLSchema(token, xmlServiceSchema);
879 CachedSMSEntry smsEntry = ssm.getCachedSMSEntry();
881 smsEntry.writeXMLSchema(token, smsSchema.getSchema());
922 SMSEntry smsEntry = new SMSEntry(token, ServiceManager
925 if (smsEntry.isNewEntry()) {
927 smsEntry.addAttribute(SMSEntry.ATTR_OBJECTCLASS, SMSEntry.OC_TOP);
928 smsEntry.addAttribute(SMSEntry.ATTR_OBJECTCLASS,
930 smsEntry.save();
939 smsEntry
[all...]
H A DOrganizationConfigManagerImpl.java61 private CachedSMSEntry smsEntry; field in class:OrganizationConfigManagerImpl
79 this.smsEntry = entry;
360 if (smsEntry.isValid()) {
361 smsEntry.clear();
366 if ((smsEntry.isValid() && smsEntry.isDirty()) ||
370 smsEntry.refresh();
373 if (smsEntry.isNewEntry()) {
383 if (!smsEntry.isValid()) {
386 return (smsEntry
[all...]
H A DServiceSchemaManagerImpl.java85 private CachedSMSEntry smsEntry; field in class:ServiceSchemaManagerImpl
115 smsEntry = CachedSMSEntry.getInstance(t, this, serviceName, version);
131 if (smsEntry.isValid()) {
132 if (smsEntry.isDirty()) {
133 smsEntry.refresh();
136 if (smsEntry.isNewEntry()) {
142 return (smsEntry.isValid());
283 return (smsEntry);
449 smsEntry.removeServiceListener(this);
457 if (!smsEntry
[all...]
H A DPluginSchema.java294 CachedSMSEntry smsEntry = psi.getCachedSMSEntry();
295 SMSEntry e = smsEntry.getClonedSMSEntry();
298 smsEntry.refresh(e);
H A DServiceManager.java123 protected static SMSEntry smsEntry; field in class:ServiceManager
696 SMSEntry smsEntry = ce.getClonedSMSEntry();
697 smsEntry.forceDelete(token);
698 ce.refresh(smsEntry);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginConfigImpl.java57 private CachedSMSEntry smsEntry; field in class:PluginConfigImpl
66 smsEntry = entry;
67 smsEntry.addServiceListener(this);
69 if (smsEntry.isDirty()) {
70 smsEntry.refresh();
97 if (!SMSEntry.cacheSMSEntries || smsEntry.isDirty()) {
99 smsEntry.refresh();
108 return (smsEntry.getDN());
115 return (smsEntry.getClonedSMSEntry());
122 smsEntry
[all...]
H A DPluginSchemaImpl.java68 CachedSMSEntry smsEntry; field in class:PluginSchemaImpl
89 smsEntry = CachedSMSEntry.getInstance(token, sb.toString()
91 if (smsEntry.isDirty()) {
92 smsEntry.refresh();
97 if ((smsEntry.getSMSEntry().getAttributeValues(
102 smsEntry = CachedSMSEntry.getInstance(token, sb.toString()
104 if (smsEntry.isDirty()) {
105 smsEntry.refresh();
111 smsEntry.addServiceListener(this);
161 return (smsEntry);
[all...]
H A DServiceInstanceImpl.java55 private CachedSMSEntry smsEntry; field in class:ServiceInstanceImpl
62 smsEntry = entry;
63 smsEntry.addServiceListener(this);
64 if (smsEntry.isDirty()) {
65 smsEntry.refresh();
96 return (smsEntry.getClonedSMSEntry());
100 smsEntry.refresh(newEntry);
107 SMSEntry entry = smsEntry.getSMSEntry();
126 if (smsEntry.isValid() && smsEntry
[all...]
H A DServiceConfigImpl.java87 private CachedSMSEntry smsEntry; field in class:ServiceConfigImpl
104 smsEntry = entry;
106 smsEntry.addServiceListener(this);
123 if (smsEntry.isDirty()) {
124 smsEntry.refresh();
188 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
200 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
215 subEntries = CachedSubEntries.getInstance(t, smsEntry.getDN());
228 String sdn = "ou=" + subConfigName + "," + smsEntry.getDN();
245 smsEntry
[all...]
H A DCachedSMSEntry.java82 protected SMSEntry smsEntry; field in class:CachedSMSEntry
98 smsEntry = e;
107 smsEntry.setReadOnly();
110 subscription = SMSEventListenerManager.registerForNotifyChangesToNode(smsEntry.getDN(), this);
169 smsEntry.read(t);
206 smsEntry.refresh(e);
308 return (smsEntry);
316 return ((SMSEntry) smsEntry.clone());
318 SMSEntry.debug.error("Unable to clone SMSEntry: " + smsEntry, c);
327 return (smsEntry
[all...]
H A DServiceSchemaManager.java614 CachedSMSEntry smsEntry = ssm.getCachedSMSEntry();
615 smsEntry.writeXMLSchema(token, xmlServiceSchema);
877 CachedSMSEntry smsEntry = ssm.getCachedSMSEntry();
879 smsEntry.writeXMLSchema(token, smsSchema.getSchema());
920 SMSEntry smsEntry = new SMSEntry(token, ServiceManager
923 if (smsEntry.isNewEntry()) {
925 smsEntry.addAttribute(SMSEntry.ATTR_OBJECTCLASS, SMSEntry.OC_TOP);
926 smsEntry.addAttribute(SMSEntry.ATTR_OBJECTCLASS,
928 smsEntry.save();
937 smsEntry
[all...]
H A DOrganizationConfigManagerImpl.java61 private CachedSMSEntry smsEntry; field in class:OrganizationConfigManagerImpl
79 this.smsEntry = entry;
360 if (smsEntry.isValid()) {
361 smsEntry.clear();
366 if ((smsEntry.isValid() && smsEntry.isDirty()) ||
370 smsEntry.refresh();
373 if (smsEntry.isNewEntry()) {
383 if (!smsEntry.isValid()) {
386 return (smsEntry
[all...]
H A DServiceSchemaManagerImpl.java87 private CachedSMSEntry smsEntry; field in class:ServiceSchemaManagerImpl
117 smsEntry = CachedSMSEntry.getInstance(t, this, serviceName, version);
133 if (smsEntry.isValid()) {
134 if (smsEntry.isDirty()) {
135 smsEntry.refresh();
138 if (smsEntry.isNewEntry()) {
144 return (smsEntry.isValid());
285 return (smsEntry);
451 smsEntry.removeServiceListener(this);
459 if (!smsEntry
[all...]
H A DPluginSchema.java294 CachedSMSEntry smsEntry = psi.getCachedSMSEntry();
295 SMSEntry e = smsEntry.getClonedSMSEntry();
298 smsEntry.refresh(e);
H A DServiceManager.java123 protected static SMSEntry smsEntry; field in class:ServiceManager
696 SMSEntry smsEntry = ce.getClonedSMSEntry();
697 smsEntry.forceDelete(token);
698 ce.refresh(smsEntry);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java209 CachedSubEntries smsEntry = CachedSubEntries.getInstance(
211 Set children = smsEntry.getSubEntries(ssoToken, "*");
219 CachedSubEntries smsEntry = CachedSubEntries.getInstance(
221 Set children = smsEntry.searchSubOrgNames(ssoToken, "*", false);
236 children = smsEntry.getSubEntries(ssoToken, "*");
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java212 CachedSubEntries smsEntry = CachedSubEntries.getInstance(
214 Set children = smsEntry.getSubEntries(ssoToken, "*");
222 CachedSubEntries smsEntry = CachedSubEntries.getInstance(
224 Set children = smsEntry.searchSubOrgNames(ssoToken, "*", false);
239 children = smsEntry.getSubEntries(ssoToken, "*");
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptConfigurationDataStore.java482 SMSEntry smsEntry = new SMSEntry(getToken(), getOAuth2ProviderBaseDN());
483 Map<String, Set<String>> attributes = smsEntry.getAttributes();
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptConfigurationService.java552 SMSEntry smsEntry = new SMSEntry(getToken(), getOAuth2ProviderBaseDN());
553 Map<String, Set<String>> attributes = smsEntry.getAttributes();

Completed in 52 milliseconds