Searched refs:tmp (Results 51 - 75 of 530) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java171 LinkedList<LDAPAttribute> tmp = attributes;
172 if (tmp == null)
174 tmp = new LinkedList<LDAPAttribute>();
195 tmp.add(new LDAPAttribute(a));
207 tmp.add(new LDAPAttribute(builder.toAttribute()));
223 tmp.add(new LDAPAttribute(a));
235 tmp.add(new LDAPAttribute(builder.toAttribute()));
247 tmp.add(new LDAPAttribute(a));
256 tmp.add(new LDAPAttribute(a));
262 attributes = tmp;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java171 LinkedList<LDAPAttribute> tmp = attributes;
172 if (tmp == null)
174 tmp = new LinkedList<LDAPAttribute>();
195 tmp.add(new LDAPAttribute(a));
207 tmp.add(new LDAPAttribute(builder.toAttribute()));
223 tmp.add(new LDAPAttribute(a));
235 tmp.add(new LDAPAttribute(builder.toAttribute()));
247 tmp.add(new LDAPAttribute(a));
256 tmp.add(new LDAPAttribute(a));
262 attributes = tmp;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java170 LinkedList<LDAPAttribute> tmp = attributes;
171 if (tmp == null)
173 tmp = new LinkedList<LDAPAttribute>();
194 tmp.add(new LDAPAttribute(a));
206 tmp.add(new LDAPAttribute(builder.toAttribute()));
222 tmp.add(new LDAPAttribute(a));
234 tmp.add(new LDAPAttribute(builder.toAttribute()));
246 tmp.add(new LDAPAttribute(a));
255 tmp.add(new LDAPAttribute(a));
261 attributes = tmp;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java167 LinkedList<LDAPAttribute> tmp = attributes;
168 if (tmp == null)
170 tmp = new LinkedList<>();
191 tmp.add(new LDAPAttribute(a));
203 tmp.add(new LDAPAttribute(builder.toAttribute()));
219 tmp.add(new LDAPAttribute(a));
231 tmp.add(new LDAPAttribute(builder.toAttribute()));
243 tmp.add(new LDAPAttribute(a));
252 tmp.add(new LDAPAttribute(a));
258 attributes = tmp;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DMisc.java89 String tmp = (String) iter.next();
90 if (tmp != null) {
91 tmp = tmp.trim();
92 if (tmp.length() > 0) {
93 retVal = tmp;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultADFSPartnerAccountMapper.java160 String tmp = CollectionHelper.getMapAttr(
163 debug.message("dynamicalCreationEnabled, attr=" + tmp);
165 if (tmp != null && (tmp.equalsIgnoreCase("createAlias")
166 || tmp.equalsIgnoreCase("true")
167 || tmp.equalsIgnoreCase("ignore"))) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DMisc.java89 String tmp = (String) iter.next();
90 if (tmp != null) {
91 tmp = tmp.trim();
92 if (tmp.length() > 0) {
93 retVal = tmp;
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultADFSPartnerAccountMapper.java160 String tmp = CollectionHelper.getMapAttr(
163 debug.message("dynamicalCreationEnabled, attr=" + tmp);
165 if (tmp != null && (tmp.equalsIgnoreCase("createAlias")
166 || tmp.equalsIgnoreCase("true")
167 || tmp.equalsIgnoreCase("ignore"))) {
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java125 Set<AttributeValue> tmp = new HashSet<AttributeValue>(2);
126 tmp.addAll(values);
127 tmp.add(value);
128 values = tmp;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java125 Set<AttributeValue> tmp = new HashSet<AttributeValue>(2);
126 tmp.addAll(values);
127 tmp.add(value);
128 values = tmp;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java125 Set<AttributeValue> tmp = new HashSet<AttributeValue>(2);
126 tmp.addAll(values);
127 tmp.add(value);
128 values = tmp;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/spi/
H A DWSSReplayPasswd.java92 Set tmp = amId.getAttribute("userPassword");
93 if(tmp != null && !tmp.isEmpty()) {
94 String userPassword = (String)tmp.iterator().next();
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DReference.java72 RelationDefinition<?, ?> tmp = definition.getRelationDefinition(relationDef.getName());
73 if (tmp != relationDef) {
123 RelationDefinition<?, ?> tmp = d.getRelationDefinition(rd.getName());
124 if (tmp != rd) {
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/spi/
H A DWSSReplayPasswd.java92 Set tmp = amId.getAttribute("userPassword");
93 if(tmp != null && !tmp.isEmpty()) {
94 String userPassword = (String)tmp.iterator().next();
/forgerock/openam-v13/openam-distribution/src/main/amserver/diagnostics/config/
H A DDTConfig.properties33 com.iplanet.services.debug.directory=/tmp/DEBUG
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModelImpl.java235 String[] tmp = { errorList.toString(), message };
238 (Object[])tmp) );
295 Set tmp = (Set)configData.get(POST_PROCESS_CLASS);
296 if ((tmp != null) && (!tmp.isEmpty()) ) {
297 value = (String)tmp.iterator().next();
457 Set tmp = new HashSet(2);
458 tmp.add(className);
459 configData.put(POST_PROCESS_CLASS, tmp);
552 Set tmp
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModelImpl.java235 String[] tmp = { errorList.toString(), message };
238 (Object[])tmp) );
295 Set tmp = (Set)configData.get(POST_PROCESS_CLASS);
296 if ((tmp != null) && (!tmp.isEmpty()) ) {
297 value = (String)tmp.iterator().next();
457 Set tmp = new HashSet(2);
458 tmp.add(className);
459 configData.put(POST_PROCESS_CLASS, tmp);
552 Set tmp
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DAddAuthConfigurationEntry.java120 Set tmp = new HashSet(2);
123 tmp.add(xml);
124 configData.put(AuthOptions.AUTH_CONFIG_ATTR, tmp);
201 Set tmp = (Set)configData.get(AuthOptions.AUTH_CONFIG_ATTR);
203 if ((tmp != null) && !tmp.isEmpty()) {
204 String xml = (String)tmp.iterator().next();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DAddAuthConfigurationEntry.java120 Set tmp = new HashSet(2);
123 tmp.add(xml);
124 configData.put(AuthOptions.AUTH_CONFIG_ATTR, tmp);
201 Set tmp = (Set)configData.get(AuthOptions.AUTH_CONFIG_ATTR);
203 if ((tmp != null) && !tmp.isEmpty()) {
204 String xml = (String)tmp.iterator().next();
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java81 SortedSet<String> tmp = this.currentConfig.getAllowedManager();
82 if (tmp.contains(ALL_MANAGERS_ALLOWED)) {
87 for (String dest : tmp) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DListenerTest.java172 ConfigAddListener tmp = dl.getDelayedAddListener();
173 if (tmp instanceof ConfigAddListenerAdaptor) {
174 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
201 ConfigAddListener tmp = dl.getDelayedAddListener();
202 if (tmp instanceof ConfigAddListenerAdaptor) {
203 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
376 ConfigDeleteListener tmp = dl.getDelayedDeleteListener();
377 if (tmp instanceof ConfigDeleteListenerAdaptor) {
378 ConfigDeleteListenerAdaptor<?> al = (ConfigDeleteListenerAdaptor<?>) tmp;
405 ConfigDeleteListener tmp
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java80 SortedSet<String> tmp = this.currentConfig.getAllowedManager();
81 if (tmp.contains(ALL_MANAGERS_ALLOWED)) {
86 for (String dest : tmp) {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DListenerTest.java171 ConfigAddListener tmp = dl.getDelayedAddListener();
172 if (tmp instanceof ConfigAddListenerAdaptor) {
173 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
200 ConfigAddListener tmp = dl.getDelayedAddListener();
201 if (tmp instanceof ConfigAddListenerAdaptor) {
202 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
375 ConfigDeleteListener tmp = dl.getDelayedDeleteListener();
376 if (tmp instanceof ConfigDeleteListenerAdaptor) {
377 ConfigDeleteListenerAdaptor<?> al = (ConfigDeleteListenerAdaptor<?>) tmp;
404 ConfigDeleteListener tmp
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPInetAddressAcl.java81 SortedSet<String> tmp = this.currentConfig.getAllowedManager();
82 if (tmp.contains(ALL_MANAGERS_ALLOWED)) {
87 for (String dest : tmp) {
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DListenerTest.java172 ConfigAddListener tmp = dl.getDelayedAddListener();
173 if (tmp instanceof ConfigAddListenerAdaptor) {
174 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
201 ConfigAddListener tmp = dl.getDelayedAddListener();
202 if (tmp instanceof ConfigAddListenerAdaptor) {
203 ConfigAddListenerAdaptor<?> al = (ConfigAddListenerAdaptor<?>) tmp;
376 ConfigDeleteListener tmp = dl.getDelayedDeleteListener();
377 if (tmp instanceof ConfigDeleteListenerAdaptor) {
378 ConfigDeleteListenerAdaptor<?> al = (ConfigDeleteListenerAdaptor<?>) tmp;
405 ConfigDeleteListener tmp
[all...]

Completed in 693 milliseconds

1234567891011>>