Namespace: OpenEdge.Net.HTTP.Filter.Auth
Type: Class BasicAuthenticationFilter
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Filter.Auth.AuthenticationRequestFilter


Copyright (c) 2014, 2015, 2017, 2018 by Progress Software Corporation. All rights reserved.
File:BasicAuthenticationFilter
Purpose:Sets the credentials for the Basic challenge. These will be
encoded per http://tools.ietf.org/html/rfc2617.
Author(s):pjudge
Created:Mon Jul 07 13:30:12 EDT 2014
Purpose: Constructor



Method Summary
  Options Name Purpose
  AddAuthentication () /** Build the actual authentication. To be implemented by concrete classes. */

Constructor Summary
  Options Name Purpose
  BasicAuthenticationFilter (IAuthenticatedRequest) /** Constructor @param IAuthenticatedRequest The request being authenticated. */

Method Detail
Top

AddAuthentication ()

Purpose: Build the actual authentication. To be implemented by concrete classes.


Constructor Detail
Top

BasicAuthenticationFilter (IAuthenticatedRequest)

Purpose: Constructor
Parameters:
poRequest OpenEdge.Net.HTTP.IAuthenticatedRequest