Searched refs:_attributeName (Results 1 - 4 of 4) 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).
H A DAttribute.java95 this._attributeName =((Attr)att).getValue().trim();
102 if (_attributeName == null || _attributeName.length() == 0) {
376 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).
H A DAttribute.java95 this._attributeName =((Attr)att).getValue().trim();
102 if (_attributeName == null || _attributeName.length() == 0) {
376 append(" AttributeName=\"").append(_attributeName).

Completed in 29 milliseconds