com.ibm.websphere.http.headers

Interface HTTPCredentials


  1. public interface HTTPCredentials
A representation of the model object 'HTTP Credentials'.

The following features are supported:

See Also:
HeadersPackage.getHTTPCredentials()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getPassword()
Returns the value of the 'Password' attribute.
  1. java.lang.String
getUserId()
Returns the value of the 'User Id' attribute.
  1. boolean
isSetPassword()
Returns whether the value of the ' Password' attribute is set
  1. boolean
isSetUserId()
Returns whether the value of the ' User Id' attribute is set
  1. void
setPassword(java.lang.String value)
Sets the value of the ' Password' attribute
  1. void
setUserId(java.lang.String value)
Sets the value of the ' User Id' attribute
  1. void
unsetPassword()
Unsets the value of the ' Password' attribute
  1. void
unsetUserId()
Unsets the value of the ' User Id' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getUserId

  1. java.lang.String getUserId()
Returns the value of the 'User Id' attribute.
Returns:
the value of the 'User Id' attribute.
See Also:
isSetUserId(), unsetUserId(), setUserId(String), HeadersPackage.getHTTPCredentials_UserId()

setUserId

  1. 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

  1. void unsetUserId()
Unsets the value of the ' User Id' attribute.
See Also:

isSetUserId

  1. 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

  1. java.lang.String getPassword()
Returns the value of the 'Password' attribute.
Returns:
the value of the 'Password' attribute.
See Also:
isSetPassword(), unsetPassword(), setPassword(String), HeadersPackage.getHTTPCredentials_Password()

setPassword

  1. 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

  1. void unsetPassword()
Unsets the value of the ' Password' attribute.
See Also:

isSetPassword

  1. boolean isSetPassword()
Returns whether the value of the ' Password' attribute is set.
Returns:
whether the value of the 'Password' attribute is set.
See Also: