Searched defs:stringAttributes (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java85 private AMHashMap stringAttributes; // Stores all String attributes field in class:CacheBlockBase
117 stringAttributes = new AMHashMap(false);
137 stringAttributes = new AMHashMap(false);
291 attributes = stringAttributes.getCopy(accessibleAttrs);
322 && !stringAttributes.isEmpty()) {
325 // missing attributes in stringAttributes
330 && stringAttributes.containsKey(key)) {
331 Set valueSet = (Set) stringAttributes.get(key);
379 Set attrsWithValues = stringAttributes.copyValuesOnly(attributes);
410 stringAttributes
[all...]
H A DIDirectoryServices.java497 * @param stringAttributes
506 Map stringAttributes, Map byteAttributes, boolean isAdd)
505 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java300 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java313 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java84 private AMHashMap stringAttributes; // Stores all String attributes field in class:CacheBlockBase
108 stringAttributes = new AMHashMap(false);
136 stringAttributes = new AMHashMap(false);
314 attributes = stringAttributes.getCopy(accessibleAttrs);
318 + " not found in stringAttributes, attributes in the byteAttributes cache:"
327 + " not found in byteAttributes, attributes in the stringAttributes cache:"
328 + stringAttributes.keySet());
356 Set attrsWithValues = stringAttributes.copyValuesOnly(attributes);
387 stringAttributes.removeKeys(attrNames);
425 stringAttributes
[all...]
H A DIDirectoryServices.java497 * @param stringAttributes
506 Map stringAttributes, Map byteAttributes, boolean isAdd)
505 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java300 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java314 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java321 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
954 * @param stringAttributes
963 Map stringAttributes, Map byteAttributes, boolean isAdd)
965 super.setAttributes(token, entryDN, objectType, stringAttributes,
970 updateCache(token, entryDN, stringAttributes, byteAttributes);
962 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryServicesImpl.java2400 Map stringAttributes, Map byteAttributes, boolean isAdd)
2405 if (stringAttributes != null && !stringAttributes.isEmpty()) {
2406 Iterator itr = stringAttributes.keySet().iterator();
2410 Set set = (Set) (stringAttributes.get(attrName));
2447 * @param stringAttributes
2456 Map stringAttributes, Map byteAttributes, boolean isAdd)
2461 stringAttributes);
2480 pluginImpl.validate(stringAttributes);
2496 Set attrNames = stringAttributes
2399 modifyAndSaveEntry(SSOToken token, String entryDN, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2455 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java318 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
965 * @param stringAttributes
974 Map stringAttributes, Map byteAttributes, boolean isAdd)
976 super.setAttributes(token, entryDN, objectType, stringAttributes,
981 updateCache(token, entryDN, stringAttributes, byteAttributes);
973 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DRemoteServicesImpl.java1160 * @param stringAttributes
1169 Map stringAttributes, Map byteAttributes, boolean isAdd)
1174 new Integer(objectType), stringAttributes, byteAttributes,
1168 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryManagerIF.java130 Map stringAttributes, Map byteAttributes, boolean isAdd)
129 setAttributes(String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryManagerImpl.java778 Map stringAttributes,
786 stringAttributes, byteAttributes, isAdd);
774 setAttributes( String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd ) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java321 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
954 * @param stringAttributes
963 Map stringAttributes, Map byteAttributes, boolean isAdd)
965 super.setAttributes(token, entryDN, objectType, stringAttributes,
970 updateCache(token, entryDN, stringAttributes, byteAttributes);
962 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryServicesImpl.java2400 Map stringAttributes, Map byteAttributes, boolean isAdd)
2405 if (stringAttributes != null && !stringAttributes.isEmpty()) {
2406 Iterator itr = stringAttributes.keySet().iterator();
2410 Set set = (Set) (stringAttributes.get(attrName));
2447 * @param stringAttributes
2456 Map stringAttributes, Map byteAttributes, boolean isAdd)
2461 stringAttributes);
2480 pluginImpl.validate(stringAttributes);
2496 Set attrNames = stringAttributes
2399 modifyAndSaveEntry(SSOToken token, String entryDN, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2455 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java318 private void updateCache(SSOToken token, String dn, Map stringAttributes, argument
324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
965 * @param stringAttributes
974 Map stringAttributes, Map byteAttributes, boolean isAdd)
976 super.setAttributes(token, entryDN, objectType, stringAttributes,
981 updateCache(token, entryDN, stringAttributes, byteAttributes);
973 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DRemoteServicesImpl.java1160 * @param stringAttributes
1169 Map stringAttributes, Map byteAttributes, boolean isAdd)
1174 new Integer(objectType), stringAttributes, byteAttributes,
1168 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryManagerIF.java130 Map stringAttributes, Map byteAttributes, boolean isAdd)
129 setAttributes(String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DDirectoryManagerImpl.java778 Map stringAttributes,
786 stringAttributes, byteAttributes, isAdd);
774 setAttributes( String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd ) argument

Completed in 1951 milliseconds