[TOC]

  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

org.apache.nutch.protocol.httpclient

Interface HttpAuthentication


public interface HttpAuthentication

The base level of services required for Http Authentication

Method Summary

Methods Modifier and Type Method and Description List getCredentials() Gets the credentials generated by the HttpAuthentication object. String getRealm() Gets the realm used by the HttpAuthentication object during creation.

Method Detail

-  

getCredentials

List<String> getCredentials()

Gets the credentials generated by the HttpAuthentication object. May return null.

  - Returns:
  - The credentials value       
-  

getRealm

String getRealm()

Gets the realm used by the HttpAuthentication object during creation.

  - Returns:
  - The realm value      

  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2014 The Apache Software Foundation