public interface HTTPAuthentication
The following features are supported:
HeadersPackage.getHTTPAuthentication()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
HTTPAuthenticationType |
getAuthenticationType()
Returns the value of the 'Authentication Type' attribute.
|
HTTPCredentials |
getCredentials()
Returns the value of the 'Credentials' containment reference.
|
boolean |
isSetAuthenticationType()
Returns whether the value of the '
Authentication Type ' attribute is set |
boolean |
isSetCredentials()
Returns whether the value of the '
Credentials ' containment reference is set |
void |
setAuthenticationType(HTTPAuthenticationType value)
Sets the value of the '
Authentication Type ' attribute |
void |
setCredentials(HTTPCredentials value)
Sets the value of the '
Credentials ' containment reference |
void |
unsetAuthenticationType()
Unsets the value of the '
Authentication Type ' attribute |
void |
unsetCredentials()
Unsets the value of the '
Credentials ' containment reference |
static final java.lang.String COPYRIGHT
HTTPCredentials getCredentials()
isSetCredentials()
,
unsetCredentials()
,
setCredentials(HTTPCredentials)
,
HeadersPackage.getHTTPAuthentication_Credentials()
void setCredentials(HTTPCredentials value)
Credentials
' containment reference.
value
- the new value of the 'Credentials' containment reference.isSetCredentials()
,
unsetCredentials()
,
getCredentials()
void unsetCredentials()
Credentials
' containment reference.
boolean isSetCredentials()
Credentials
' containment reference is set.
unsetCredentials()
,
getCredentials()
,
setCredentials(HTTPCredentials)
HTTPAuthenticationType getAuthenticationType()
"Basic"
.isSetAuthenticationType()
,
unsetAuthenticationType()
,
setAuthenticationType(HTTPAuthenticationType)
,
HeadersPackage.getHTTPAuthentication_AuthenticationType()
void setAuthenticationType(HTTPAuthenticationType value)
Authentication Type
' attribute.
value
- the new value of the 'Authentication Type' attribute.isSetAuthenticationType()
,
unsetAuthenticationType()
,
getAuthenticationType()
void unsetAuthenticationType()
Authentication Type
' attribute.
boolean isSetAuthenticationType()
Authentication Type
' attribute is set.
unsetAuthenticationType()
,
getAuthenticationType()
,
setAuthenticationType(HTTPAuthenticationType)