OpenEdge.Net.HTTP.Filter.Auth.DigestAuthenticationFilter
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
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
AddAuthentication ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER NextNonceCount (character)
|
||||||||||||||||
Constructor Detail
DigestAuthenticationFilter (IAuthenticatedRequest)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|