Interface HttpAuthentication

All Known Implementing Classes:
HttpBasicAuthentication

public interface HttpAuthentication
The base level of services required for Http Authentication
Author:
Matt Tencati
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the credentials generated by the HttpAuthentication object.
    Gets the realm used by the HttpAuthentication object during creation.
  • Method Details

    • 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