Class AuthParamElement
java.lang.Object
org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
org.jivesoftware.smackx.urldata.http.element.AuthParamElement
- All Implemented Interfaces:
Element
,NamedElement
,MetaInformationElement
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
ATTR_NAME, ATTR_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the root element name.int
hashCode()
static AuthParamElement
static AuthParamElement
toXML
(XmlEnvironment xmlEnvironment) static AuthParamElement
Methods inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
addCommonXml, getName, getValue
-
Field Details
-
ELEMENT
- See Also:
-
PREFIX
- See Also:
-
NAME_REALM
- See Also:
-
NAME_USERNAME
- See Also:
-
NAME_PASSWORD
- See Also:
-
-
Constructor Details
-
AuthParamElement
-
-
Method Details
-
realm
-
username
-
password
-
toXML
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
hashCode
-
equals
-