Searched refs:attrNamespace (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/ |
| H A D | DefaultSiteAttributeMapper.java | 116 String attrNamespace = null; 121 attrNamespace = SAMLConstants.assertionSAMLNameSpaceURI; 123 attrNamespace = tokenizer.nextToken(); 171 attrNamespace, localAttrValues); 180 ", attrNamespace = " + attrNamespace + 194 * @param attrNamespace Name format of the attribute 198 protected Attribute getSAMLAttribute(String name, String attrNamespace, argument 204 Attribute attribute = new Attribute(name, attrNamespace, values[0]);
|
| /forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/ |
| H A D | DefaultSiteAttributeMapper.java | 116 String attrNamespace = null; 121 attrNamespace = SAMLConstants.assertionSAMLNameSpaceURI; 123 attrNamespace = tokenizer.nextToken(); 171 attrNamespace, localAttrValues); 180 ", attrNamespace = " + attrNamespace + 194 * @param attrNamespace Name format of the attribute 198 protected Attribute getSAMLAttribute(String name, String attrNamespace, argument 204 Attribute attribute = new Attribute(name, attrNamespace, values[0]);
|
Completed in 28 milliseconds