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


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



Method Summary
  Options Name Purpose
  AddAuthentication () /** Build the actual authentication. To be implemented by concrete classes. */
  INTEGER NextNonceCount (character) /* Returns the next nonce-count for a given nonce. @param character The nonce for whcih to return acount @return integer The nonce count */

Constructor Summary
  Options Name Purpose
  DigestAuthenticationFilter (IAuthenticatedRequest) /* Constructor @param IAuthenticatedRequest The request requiring Digest authentication */

Method Detail
Top

AddAuthentication ()

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

INTEGER NextNonceCount (character)

/* Returns the next nonce-count for a given nonce.
Parameters:
pNonce CHARACTER
 
Returns INTEGER
  integer The nonce count


Constructor Detail
Top

DigestAuthenticationFilter (IAuthenticatedRequest)

/* Constructor
Parameters:
poRequest OpenEdge.Net.HTTP.IAuthenticatedRequest