Searched defs:_attributeName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeDesignator.java47 protected String _attributeName = null; field in class:AttributeDesignator
98 _attributeName =((Attr)att).getValue().trim();
105 if (_attributeName == null || _attributeName.length() == 0) {
163 _attributeName = name;
183 return _attributeName;
227 append(uri).append(" AttributeName=\"").append(_attributeName).
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeDesignator.java47 protected String _attributeName = null; field in class:AttributeDesignator
98 _attributeName =((Attr)att).getValue().trim();
105 if (_attributeName == null || _attributeName.length() == 0) {
163 _attributeName = name;
183 return _attributeName;
227 append(uri).append(" AttributeName=\"").append(_attributeName).

Completed in 19 milliseconds