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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java87 private AMHashMap byteAttributes; // Stores all byte attributes field in class:CacheBlockBase
118 byteAttributes = new AMHashMap(true);
138 byteAttributes = new AMHashMap(true);
294 && !byteAttributes.isEmpty()) {
297 // missing attributes in byteAttributes
302 && byteAttributes.containsKey(key)) {
303 byte[][] values = (byte[][]) byteAttributes
319 attributes = byteAttributes.getCopy(accessibleAttrs);
383 Set attrsWithValues = byteAttributes.copyValuesOnly(attributes);
411 byteAttributes
[all...]
H A DIDirectoryServices.java499 * @param byteAttributes
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.java301 Map byteAttributes) throws IdRepoException, SSOException {
307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
300 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java314 Map byteAttributes) throws IdRepoException, SSOException {
320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
313 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java86 private AMHashMap byteAttributes; // Stores all byte attributes field in class:CacheBlockBase
109 byteAttributes = new AMHashMap(true);
137 byteAttributes = new AMHashMap(true);
318 + " not found in stringAttributes, attributes in the byteAttributes cache:"
319 + byteAttributes.keySet());
323 attributes = byteAttributes.getCopy(accessibleAttrs);
327 + " not found in byteAttributes, attributes in the stringAttributes cache:"
360 Set attrsWithValues = byteAttributes.copyValuesOnly(attributes);
388 byteAttributes.removeKeys(attrNames);
426 byteAttributes
[all...]
H A DIDirectoryServices.java499 * @param byteAttributes
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.java301 Map byteAttributes) throws IdRepoException, SSOException {
307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
300 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java315 Map byteAttributes) throws IdRepoException, SSOException {
320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
314 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java322 Map byteAttributes) throws SSOException {
327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
956 * @param byteAttributes
963 Map stringAttributes, Map byteAttributes, boolean isAdd)
966 byteAttributes, isAdd);
970 updateCache(token, entryDN, stringAttributes, byteAttributes);
321 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
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)
2425 if (byteAttributes != null && !byteAttributes.isEmpty()) {
2426 Iterator itr = byteAttributes.keySet().iterator();
2429 byte[][] attrValues = (byte[][]) (byteAttributes.get(attrName));
2449 * @param byteAttributes
2456 Map stringAttributes, Map byteAttributes, boolean isAdd)
2509 byteAttributes, isAdd);
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
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java319 Map byteAttributes) throws SSOException {
324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
967 * @param byteAttributes
974 Map stringAttributes, Map byteAttributes, boolean isAdd)
977 byteAttributes, isAdd);
981 updateCache(token, entryDN, stringAttributes, byteAttributes);
318 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
973 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DRemoteServicesImpl.java1162 * @param byteAttributes
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.java779 Map byteAttributes,
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.java322 Map byteAttributes) throws SSOException {
327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
956 * @param byteAttributes
963 Map stringAttributes, Map byteAttributes, boolean isAdd)
966 byteAttributes, isAdd);
970 updateCache(token, entryDN, stringAttributes, byteAttributes);
321 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
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)
2425 if (byteAttributes != null && !byteAttributes.isEmpty()) {
2426 Iterator itr = byteAttributes.keySet().iterator();
2429 byte[][] attrValues = (byte[][]) (byteAttributes.get(attrName));
2449 * @param byteAttributes
2456 Map stringAttributes, Map byteAttributes, boolean isAdd)
2509 byteAttributes, isAdd);
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
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java319 Map byteAttributes) throws SSOException {
324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
967 * @param byteAttributes
974 Map stringAttributes, Map byteAttributes, boolean isAdd)
977 byteAttributes, isAdd);
981 updateCache(token, entryDN, stringAttributes, byteAttributes);
318 updateCache(SSOToken token, String dn, Map stringAttributes, Map byteAttributes) argument
973 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
H A DRemoteServicesImpl.java1162 * @param byteAttributes
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.java779 Map byteAttributes,
786 stringAttributes, byteAttributes, isAdd);
774 setAttributes( String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd ) argument

Completed in 124 milliseconds