Searched defs:getBinaryAttributeValues (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java237 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
352 private Set<String> getBinaryAttributeValues(String samlAttribute, String localAttribute, method in class:DefaultLibraryIDPAttributeMapper
368 "getBinaryAttributeValues: adding " + localAttribute +
374 "getBinaryAttributeValues: " + localAttribute +
381 "getBinaryAttributeValues: " + localAttribute +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java216 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
322 private Set<String> getBinaryAttributeValues(String samlAttribute, String localAttribute, method in class:DefaultLibraryIDPAttributeMapper
326 String debugMethod = "DefaultLibraryIDPAttributeMapper.getBinaryAttributeValues: ";
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java171 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
258 private Set<String> getBinaryAttributeValues(String samlAttribute, String localAttribute, method in class:DefaultIDPAttributeMapper
273 debug.message("DefaultIDPAttributeMapper.getBinaryAttributeValues: adding '{}'" +
278 debug.message("DefaultIDPAttributeMapper.getBinaryAttributeValues: '{}'" +
284 debug.message("DefaultIDPAttributeMapper.getBinaryAttributeValues: '{}' was flagged as binary but " +

Completed in 30 milliseconds