| /forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
| H A D | PresenceIndexer.java | 121 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 125 if(newAttributes != null) 132 if(newAttributes == null) 154 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 158 if(newAttributes != null) 165 if(newAttributes == null)
|
| H A D | ApproximateIndexer.java | 123 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 127 indexAttribute(newAttributes, modifiedKeys, true); 143 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 147 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | EqualityIndexer.java | 128 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 132 indexAttribute(newAttributes, modifiedKeys, true); 151 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 155 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | JEExtensibleIndexer.java | 143 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 147 indexAttribute(newAttributes, modifiedKeys, true); 161 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 165 indexAttribute(newAttributes, modifiedKeys, true);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
| H A D | PresenceIndexer.java | 122 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 126 if(newAttributes != null) 133 if(newAttributes == null) 155 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 159 if(newAttributes != null) 166 if(newAttributes == null)
|
| H A D | ApproximateIndexer.java | 124 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 128 indexAttribute(newAttributes, modifiedKeys, true); 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | EqualityIndexer.java | 129 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 133 indexAttribute(newAttributes, modifiedKeys, true); 152 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 156 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | JEExtensibleIndexer.java | 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true); 162 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 166 indexAttribute(newAttributes, modifiedKeys, true);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
| H A D | PresenceIndexer.java | 122 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 126 if(newAttributes != null) 133 if(newAttributes == null) 155 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 159 if(newAttributes != null) 166 if(newAttributes == null)
|
| H A D | ApproximateIndexer.java | 124 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 128 indexAttribute(newAttributes, modifiedKeys, true); 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | EqualityIndexer.java | 129 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 133 indexAttribute(newAttributes, modifiedKeys, true); 152 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 156 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | JEExtensibleIndexer.java | 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true); 162 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 166 indexAttribute(newAttributes, modifiedKeys, true);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
| H A D | PresenceIndexer.java | 121 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 125 if(newAttributes != null) 132 if(newAttributes == null) 154 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 158 if(newAttributes != null) 165 if(newAttributes == null)
|
| H A D | ApproximateIndexer.java | 123 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 127 indexAttribute(newAttributes, modifiedKeys, true); 143 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 147 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | EqualityIndexer.java | 128 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 132 indexAttribute(newAttributes, modifiedKeys, true); 151 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 155 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | JEExtensibleIndexer.java | 143 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 147 indexAttribute(newAttributes, modifiedKeys, true); 161 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 165 indexAttribute(newAttributes, modifiedKeys, true);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
| H A D | PresenceIndexer.java | 122 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 126 if(newAttributes != null) 133 if(newAttributes == null) 155 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 159 if(newAttributes != null) 166 if(newAttributes == null)
|
| H A D | ApproximateIndexer.java | 124 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 128 indexAttribute(newAttributes, modifiedKeys, true); 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | EqualityIndexer.java | 129 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 133 indexAttribute(newAttributes, modifiedKeys, true); 152 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 156 indexAttribute(newAttributes, modifiedKeys, true);
|
| H A D | JEExtensibleIndexer.java | 144 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 148 indexAttribute(newAttributes, modifiedKeys, true); 162 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true); 166 indexAttribute(newAttributes, modifiedKeys, true);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMUserEntryProcessed.java | 73 * @param newAttributes 78 Map oldAttributes, Map newAttributes); 77 processUserModify(SSOToken token, String userDN, Map oldAttributes, Map newAttributes) argument
|
| H A D | AMCallBack.java | 196 * @param newAttributes 219 * @return Map of updated values for <code>newAttributes</code> or null. 232 Map oldAttributes, Map newAttributes, int objectType) 234 return newAttributes; 326 * @param newAttributes 352 Map oldAttributes, Map newAttributes, int objectType) 231 preProcessModify(SSOToken token, String entryDN, Map oldAttributes, Map newAttributes, int objectType) argument 351 postProcessModify(SSOToken token, String entryDN, Map oldAttributes, Map newAttributes, int objectType) argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMUserEntryProcessed.java | 73 * @param newAttributes 78 Map oldAttributes, Map newAttributes); 77 processUserModify(SSOToken token, String userDN, Map oldAttributes, Map newAttributes) argument
|
| H A D | AMCallBack.java | 196 * @param newAttributes 219 * @return Map of updated values for <code>newAttributes</code> or null. 232 Map oldAttributes, Map newAttributes, int objectType) 234 return newAttributes; 326 * @param newAttributes 352 Map oldAttributes, Map newAttributes, int objectType) 231 preProcessModify(SSOToken token, String entryDN, Map oldAttributes, Map newAttributes, int objectType) argument 351 postProcessModify(SSOToken token, String entryDN, Map oldAttributes, Map newAttributes, int objectType) argument
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/ |
| H A D | SAML2ConfigService.java | 115 Map newAttributes = new HashMap(); 127 newAttributes.put(SAML2_FAILOVER_ATTR, value); 135 newAttributes.put(SAML2_BUFFER_LENGTH, value); 140 attributes = newAttributes;
|