Searched defs:byteValues (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java64 private boolean byteValues = false; field in class:AMHashMap
83 byteValues = forByteValues;
92 byteValues = forByteValues;
108 * byteValues and if either the map is not empty or the negative set is not
111 if (!byteValues) {
120 * attributes set too, if the type is byteValues
124 if (byteValues) {
190 if (byteValues) {
220 if (!byteValues) { // String values
270 if (!byteValues) { // Strin
[all...]
H A DAMCommonUtils.java278 * if false stringValues are added, if true byteValues are added.
322 * @param byteValues
326 protected static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
332 if (!byteValues) {
H A DAMObject.java543 * @param byteValues
552 public void setAttributeByteArray(String attrName, byte[][] byteValues) argument
H A DAMObjectImpl.java254 public void setAttributeByteArray(String attrName, byte[][] byteValues) argument
257 byteValueModMap.put(attrName, byteValues);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java64 private boolean byteValues = false; field in class:AMHashMap
83 byteValues = forByteValues;
92 byteValues = forByteValues;
108 * byteValues and if either the map is not empty or the negative set is not
111 if (!byteValues) {
120 * attributes set too, if the type is byteValues
124 if (byteValues) {
190 if (byteValues) {
220 if (!byteValues) { // String values
270 if (!byteValues) { // Strin
[all...]
H A DAMCommonUtils.java278 * if false stringValues are added, if true byteValues are added.
322 * @param byteValues
326 protected static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
332 if (!byteValues) {
H A DAMObject.java543 * @param byteValues
552 public void setAttributeByteArray(String attrName, byte[][] byteValues) argument
H A DAMObjectImpl.java255 public void setAttributeByteArray(String attrName, byte[][] byteValues) argument
258 byteValueModMap.put(attrName, byteValues);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java270 public Map getAttributes(String principalDN, boolean byteValues) { argument
271 return getAttributes(principalDN, null, byteValues);
274 public Map getAttributes(String principalDN, Set attrNames, boolean byteValues) { argument
275 Map attributes = new AMHashMap(byteValues);
290 if (!byteValues) {
367 Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) {
378 if (!byteValues) {
366 putAttributes(String principalDN, Map attributes, Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) argument
H A DMiscUtils.java261 * if false stringValues are added, if true byteValues are added.
304 * @param byteValues
308 public static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
314 if (!byteValues) {
H A DIDirectoryServices.java127 * @param byteValues
138 Set attrNames, boolean byteValues, int objectType)
247 * @param byteValues
258 boolean ignoreCompliance, boolean byteValues, int profileType)
272 * @param byteValues
283 boolean ignoreCompliance, boolean byteValues, int profileType)
137 getDCTreeAttributes(SSOToken token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
257 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
282 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java291 * if false stringValues are added, if true byteValues are added.
335 * @param byteValues
339 protected static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
345 if (!byteValues) {
H A DCachedDirectoryServicesImpl.java611 boolean byteValues = false;
612 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
619 boolean byteValues = false;
621 byteValues, profileType);
627 boolean byteValues = true;
629 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
636 boolean byteValues = true;
639 byteValues, profileType);
655 * @param byteValues
666 boolean ignoreCompliance, boolean byteValues, in
665 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
786 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java292 public Map getAttributes(String principalDN, boolean byteValues) { argument
293 return getAttributes(principalDN, null, byteValues);
296 public Map getAttributes(String principalDN, Set attrNames, boolean byteValues) { argument
298 Map attributes = new AMHashMap(byteValues);
313 if (!byteValues) {
344 Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) {
355 if (!byteValues) {
343 putAttributes(String principalDN, Map attributes, Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) argument
H A DMiscUtils.java261 * if false stringValues are added, if true byteValues are added.
304 * @param byteValues
308 public static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
314 if (!byteValues) {
H A DIDirectoryServices.java127 * @param byteValues
138 Set attrNames, boolean byteValues, int objectType)
247 * @param byteValues
258 boolean ignoreCompliance, boolean byteValues, int profileType)
272 * @param byteValues
283 boolean ignoreCompliance, boolean byteValues, int profileType)
137 getDCTreeAttributes(SSOToken token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
257 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
282 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java291 * if false stringValues are added, if true byteValues are added.
335 * @param byteValues
339 protected static AttrSet mapToAttrSet(Map map, boolean byteValues) { argument
345 if (!byteValues) {
H A DCachedDirectoryServicesImpl.java611 boolean byteValues = false;
612 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
619 boolean byteValues = false;
621 byteValues, profileType);
627 boolean byteValues = true;
629 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
636 boolean byteValues = true;
639 byteValues, profileType);
655 * @param byteValues
666 boolean ignoreCompliance, boolean byteValues, in
665 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
786 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java615 boolean byteValues = false;
616 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
623 boolean byteValues = false;
625 byteValues, profileType);
631 boolean byteValues = true;
633 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
640 boolean byteValues = true;
643 byteValues, profileType);
659 * @param byteValues
670 boolean ignoreCompliance, boolean byteValues, in
669 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
793 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
H A DRemoteServicesImpl.java220 * @param byteValues
229 Set attrNames, boolean byteValues, int objectType)
235 attrNames, Boolean.valueOf(byteValues),
446 boolean ignoreCompliance, boolean byteValues, int profileType)
453 Boolean.valueOf(byteValues),
510 boolean ignoreCompliance, boolean byteValues, int profileType)
516 Boolean.valueOf(byteValues), new Integer(profileType) };
228 getDCTreeAttributes(SSOToken token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
445 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
509 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
H A DDirectoryManagerIF.java57 boolean byteValues, int objectType) throws AMRemoteException,
76 boolean ignoreCompliance, boolean byteValues, int profileType)
80 boolean ignoreCompliance, boolean byteValues, int profileType)
56 getDCTreeAttributes(String token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
75 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
79 getAttributes4(String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
H A DDirectoryManagerImpl.java181 boolean ignoreCompliance, boolean byteValues, int profileType)
187 ignoreCompliance, byteValues, profileType);
293 boolean byteValues,
300 byteValues, objectType);
921 boolean byteValues,
928 ignoreCompliance, byteValues, profileType);
180 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
289 getDCTreeAttributes( String token, String entryDN, Set attrNames, boolean byteValues, int objectType ) argument
916 getAttributes4( String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType ) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java615 boolean byteValues = false;
616 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
623 boolean byteValues = false;
625 byteValues, profileType);
631 boolean byteValues = true;
633 return getAttributes(token, entryDN, ignoreCompliance, byteValues,
640 boolean byteValues = true;
643 byteValues, profileType);
659 * @param byteValues
670 boolean ignoreCompliance, boolean byteValues, in
669 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
793 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
H A DRemoteServicesImpl.java220 * @param byteValues
229 Set attrNames, boolean byteValues, int objectType)
235 attrNames, Boolean.valueOf(byteValues),
446 boolean ignoreCompliance, boolean byteValues, int profileType)
453 Boolean.valueOf(byteValues),
510 boolean ignoreCompliance, boolean byteValues, int profileType)
516 Boolean.valueOf(byteValues), new Integer(profileType) };
228 getDCTreeAttributes(SSOToken token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
445 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
509 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
H A DDirectoryManagerIF.java57 boolean byteValues, int objectType) throws AMRemoteException,
76 boolean ignoreCompliance, boolean byteValues, int profileType)
80 boolean ignoreCompliance, boolean byteValues, int profileType)
56 getDCTreeAttributes(String token, String entryDN, Set attrNames, boolean byteValues, int objectType) argument
75 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
79 getAttributes4(String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument

Completed in 117 milliseconds

12