Searched defs:localAttribute (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java183 for (String localAttribute : configMap.values()) {
184 if (isStaticAttributeValue(localAttribute)) {
186 } else if (isBinaryAttributeValue(localAttribute)) {
188 binaryAttributes.add(removeBinaryFlag(localAttribute));
190 stringAttributes.add(localAttribute);
213 String localAttribute = entry.getValue();
223 if (isStaticAttributeValue(localAttribute)) {
224 localAttribute = removeStaticFlag(localAttribute);
226 attributeValues = CollectionUtils.asSet(localAttribute);
352 getBinaryAttributeValues(String samlAttribute, String localAttribute, Map<String, byte[][]> binaryValueMap) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java170 for (String localAttribute : configMap.values()) {
171 if (isStaticAttribute(localAttribute)) {
173 } else if (isBinaryAttribute(localAttribute)) {
175 binaryAttributes.add(removeBinaryAttributeFlag(localAttribute));
177 stringAttributes.add(localAttribute);
196 String localAttribute = entry.getValue();
206 if (isStaticAttribute(localAttribute)) {
207 localAttribute = removeStaticAttributeFlag(localAttribute);
209 attributeValues = CollectionUtils.asSet(localAttribute);
322 getBinaryAttributeValues(String samlAttribute, String localAttribute, Map<String, byte[][]> binaryValueMap) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java133 for (String localAttribute : configMap.values()) {
134 if (isBinaryAttributeValue(localAttribute)) {
136 binaryAttributes.add(removeBinaryFlag(localAttribute));
138 stringAttributes.add(localAttribute);
165 String localAttribute = entry.getValue();
168 if (isBinaryAttributeValue(localAttribute)) {
170 localAttribute = removeBinaryFlag(localAttribute);
171 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
174 attributeValues = stringValueMap.get(localAttribute);
258 getBinaryAttributeValues(String samlAttribute, String localAttribute, Map<String, byte[][]> binaryValueMap) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 35 milliseconds