com.ibm.websphere.http.headers
Interface HTTPAuthentication
- public interface HTTPAuthentication
The following features are supported:
See Also:
HeadersPackage.getHTTPAuthentication()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAuthenticationType()
Returns the value of the 'Authentication Type' attribute.
|
|
getCredentials()
Returns the value of the 'Credentials' containment reference.
|
|
|
isSetAuthenticationType()
Returns whether the value of the '
Authentication Type ' attribute is set
|
|
isSetCredentials()
Returns whether the value of the '
Credentials ' containment reference is set
|
|
setAuthenticationType(HTTPAuthenticationType value)
Sets the value of the '
Authentication Type ' attribute
|
|
setCredentials(HTTPCredentials value)
Sets the value of the '
Credentials ' containment reference
|
|
unsetAuthenticationType()
Unsets the value of the '
Authentication Type ' attribute
|
|
unsetCredentials()
Unsets the value of the '
Credentials ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getCredentials
- 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
- 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
- void unsetCredentials()
Unsets the value of the '
Credentials
' containment reference.
isSetCredentials
- 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
- 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:
isSetAuthenticationType()
,
unsetAuthenticationType()
,
setAuthenticationType(HTTPAuthenticationType)
,
HeadersPackage.getHTTPAuthentication_AuthenticationType()
setAuthenticationType
- 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
- void unsetAuthenticationType()
Unsets the value of the '
Authentication Type
' attribute.
See Also:
isSetAuthenticationType
- 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: