Searched refs:_attributeNameSpace (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.java48 //_attributeNameSpace type should be URI, for now, define as String
49 protected String _attributeNameSpace = null; field in class:AttributeDesignator
100 _attributeNameSpace = ((Attr)att).getValue().trim();
115 if (_attributeNameSpace == null || _attributeNameSpace.length() == 0) {
173 _attributeNameSpace = nameSpace;
193 return _attributeNameSpace;
228 append("\" AttributeNamespace=\"").append(_attributeNameSpace).
H A DAttribute.java97 this._attributeNameSpace = ((Attr)att).getValue().trim();
112 if (_attributeNameSpace == null || _attributeNameSpace.length() == 0) {
377 append("\" AttributeNamespace=\"").append(_attributeNameSpace).
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeDesignator.java48 //_attributeNameSpace type should be URI, for now, define as String
49 protected String _attributeNameSpace = null; field in class:AttributeDesignator
100 _attributeNameSpace = ((Attr)att).getValue().trim();
115 if (_attributeNameSpace == null || _attributeNameSpace.length() == 0) {
173 _attributeNameSpace = nameSpace;
193 return _attributeNameSpace;
228 append("\" AttributeNamespace=\"").append(_attributeNameSpace).
H A DAttribute.java97 this._attributeNameSpace = ((Attr)att).getValue().trim();
112 if (_attributeNameSpace == null || _attributeNameSpace.length() == 0) {
377 append("\" AttributeNamespace=\"").append(_attributeNameSpace).

Completed in 23 milliseconds