com.ibm.websphere.http.headers
Interface HTTPCredentials
- public interface HTTPCredentials
The following features are supported:
See Also:
HeadersPackage.getHTTPCredentials()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPassword()
Returns the value of the 'Password' attribute.
|
|
getUserId()
Returns the value of the 'User Id' attribute.
|
|
isSetPassword()
Returns whether the value of the '
Password ' attribute is set
|
|
isSetUserId()
Returns whether the value of the '
User Id ' attribute is set
|
|
setPassword(java.lang.String value)
Sets the value of the '
Password ' attribute
|
|
setUserId(java.lang.String value)
Sets the value of the '
User Id ' attribute
|
|
unsetPassword()
Unsets the value of the '
Password ' attribute
|
|
unsetUserId()
Unsets the value of the '
User Id ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getUserId
- java.lang.String getUserId()
Returns the value of the 'User Id' attribute.
Returns:
the value of the 'User Id' attribute.
See Also:
setUserId
- void setUserId(java.lang.String value)
Sets the value of the '
User Id
' attribute.
Parameters:
value
- the new value of the 'User Id' attribute. See Also:
unsetUserId
- void unsetUserId()
Unsets the value of the '
User Id
' attribute.
See Also:
isSetUserId
- boolean isSetUserId()
Returns whether the value of the '
User Id
' attribute is set.
Returns:
whether the value of the 'User Id' attribute is set.
See Also:
getPassword
- java.lang.String getPassword()
Returns the value of the 'Password' attribute.
Returns:
the value of the 'Password' attribute.
See Also:
setPassword
- void setPassword(java.lang.String value)
Sets the value of the '
Password
' attribute.
Parameters:
value
- the new value of the 'Password' attribute. See Also:
unsetPassword
- void unsetPassword()
Unsets the value of the '
Password
' attribute.
See Also:
isSetPassword
- boolean isSetPassword()
Returns whether the value of the '
Password
' attribute is set.
Returns:
whether the value of the 'Password' attribute is set.
See Also: