|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.auth.Authentication
public class Authentication
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 |
|---|
public Authentication()
| Method Detail |
|---|
public java.util.List<HtmlFormAuthentication> getHtmlFormAuthentications()
public java.util.List<Rfc2617Authentication> getRfc2617Authentications()
public SslCertificateAuthentication getSslCertificateAuthentication()
public void setHtmlFormAuthentications(java.util.List<HtmlFormAuthentication> auth)
auth - HTML form authentication instances listpublic void setRfc2617Authentications(java.util.List<Rfc2617Authentication> auth)
auth - rfc2617 authentication instances listpublic void setSslCertificateAuthentications(SslCertificateAuthentication auth)
auth - SSL certificate authentication instance
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||