com.ibm.websphere.http.headers

Interface HTTPAuthentication


  1. public interface HTTPAuthentication
A representation of the model object 'HTTP Authentication'.

The following features are supported:

See Also:
HeadersPackage.getHTTPAuthentication()

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. HTTPAuthenticationType
getAuthenticationType()
Returns the value of the 'Authentication Type' attribute.
  1. HTTPCredentials
getCredentials()
Returns the value of the 'Credentials' containment reference.
  1. boolean
isSetAuthenticationType()
Returns whether the value of the ' Authentication Type' attribute is set
  1. boolean
isSetCredentials()
Returns whether the value of the ' Credentials' containment reference is set
  1. void
setAuthenticationType(HTTPAuthenticationType value)
Sets the value of the ' Authentication Type' attribute
  1. void
setCredentials(HTTPCredentials value)
Sets the value of the ' Credentials' containment reference
  1. void
unsetAuthenticationType()
Unsets the value of the ' Authentication Type' attribute
  1. void
unsetCredentials()
Unsets the value of the ' Credentials' containment reference

Field Detail

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

Method Detail

getCredentials

  1. HTTPCredentials getCredentials( )
Returns the value of the 'Credentials' containment reference.
Returns:
the value of the 'Credentials' containment reference.
See Also:
isSetCredentials(), unsetCredentials(), setCredentials(HTTPCredentials), HeadersPackage.getHTTPAuthentication_Credentials()

setCredentials

  1. void setCredentials(HTTPCredentials value)
Sets the value of the ' Credentials' containment reference.
Parameters:
value - the new value of the 'Credentials' containment reference.
See Also:

unsetCredentials

  1. void unsetCredentials()
Unsets the value of the ' Credentials' containment reference.
See Also:

isSetCredentials

  1. boolean isSetCredentials()
Returns whether the value of the ' Credentials' containment reference is set.
Returns:
whether the value of the 'Credentials' containment reference is set.
See Also:

getAuthenticationType

  1. HTTPAuthenticationType getAuthenticationType( )
Returns the value of the 'Authentication Type' attribute. The default value is "Basic".
Returns:
the value of the 'Authentication Type' attribute.
See Also:

setAuthenticationType

  1. void setAuthenticationType(HTTPAuthenticationType value)
Sets the value of the ' Authentication Type' attribute.
Parameters:
value - the new value of the 'Authentication Type' attribute.
See Also:

unsetAuthenticationType

  1. void unsetAuthenticationType()
Unsets the value of the ' Authentication Type' attribute.
See Also:

isSetAuthenticationType

  1. boolean isSetAuthenticationType( )
Returns whether the value of the ' Authentication Type' attribute is set.
Returns:
whether the value of the 'Authentication Type' attribute is set.
See Also: