IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.http.headers
Interface HTTPAuthentication


public interface HTTPAuthentication

A representation of the model object 'HTTP Authentication'.

The following features are supported:

See Also:
HeadersPackage.getHTTPAuthentication()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 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
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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:
isSetCredentials(), unsetCredentials(), getCredentials()

unsetCredentials

void unsetCredentials()
Unsets the value of the 'Credentials' containment reference.

See Also:
isSetCredentials(), getCredentials(), setCredentials(HTTPCredentials)

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:
unsetCredentials(), getCredentials(), setCredentials(HTTPCredentials)

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:
isSetAuthenticationType(), unsetAuthenticationType(), getAuthenticationType()

unsetAuthenticationType

void unsetAuthenticationType()
Unsets the value of the 'Authentication Type' attribute.

See Also:
isSetAuthenticationType(), getAuthenticationType(), setAuthenticationType(HTTPAuthenticationType)

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:
unsetAuthenticationType(), getAuthenticationType(), setAuthenticationType(HTTPAuthenticationType)

IBM WebSphere Application ServerTM
Release 7