SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.auth
Class Authentication

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.web.auth.Authentication

public class Authentication
extends java.lang.Object

Class that holds authentication configurations.


Constructor Summary
Authentication()
           
 
Method Summary
 java.util.List<HtmlFormAuthentication> getHtmlFormAuthentications()
          Returns HTML form authentications.
 java.util.List<Rfc2617Authentication> getRfc2617Authentications()
          Returns rfc2617 authentications.
 SslCertificateAuthentication getSslCertificateAuthentication()
          Returns SSL certificate authentication.
 void setHtmlFormAuthentications(java.util.List<HtmlFormAuthentication> auth)
          Assigns HTML form authentications.
 void setRfc2617Authentications(java.util.List<Rfc2617Authentication> auth)
          Assigns rfc2617 authentications.
 void setSslCertificateAuthentications(SslCertificateAuthentication auth)
          Assigns SSL certificate authentication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication()
Method Detail

getHtmlFormAuthentications

public java.util.List<HtmlFormAuthentication> getHtmlFormAuthentications()
Returns HTML form authentications.

Returns:
List

getRfc2617Authentications

public java.util.List<Rfc2617Authentication> getRfc2617Authentications()
Returns rfc2617 authentications.

Returns:
List

getSslCertificateAuthentication

public SslCertificateAuthentication getSslCertificateAuthentication()
Returns SSL certificate authentication.

Returns:
SslCertificateAuthentication

setHtmlFormAuthentications

public void setHtmlFormAuthentications(java.util.List<HtmlFormAuthentication> auth)
Assigns HTML form authentications.

Parameters:
auth - HTML form authentication instances list

setRfc2617Authentications

public void setRfc2617Authentications(java.util.List<Rfc2617Authentication> auth)
Assigns rfc2617 authentications.

Parameters:
auth - rfc2617 authentication instances list

setSslCertificateAuthentications

public void setSslCertificateAuthentications(SslCertificateAuthentication auth)
Assigns SSL certificate authentication.

Parameters:
auth - SSL certificate authentication instance

SMILA (incubation) API documentation