Topic Path: Symbol Reference > Files > IdAuthentication.pas
ContentsIndexHome
PreviousUpNext
IdAuthentication.pas

Contains types, classes and methods, procedure, and functions needed to define and implement an HTTP Authentication framework.

IdAuthentication.pas contains types, classes and methods, procedure, and functions needed to define and implement an HTTP Authentication framework, as described in the Internet Standards documents: 

RFC 2616 - Hypertext Transfer Protocol [HTTP/1.1]  

RFC 2617 - HTTP Authentication: Basic and Digest Access Authentication  

Class 
Description 
Exception raised when registering an Authentication method that already exists. 
Ancestor for authentication classes in the Indy authentication framework. 
Implements the Basic Authentication mechanism for use in HTTP and other protocols. 
Enumeration 
Description 
Authentication schemes available in the authentication framework. 
Represents the next action to be performed in the authentication framework. 
Function 
Description 
Retrieves a class instance to be used for the authentication method. 
Associates an authentication class reference with a given method name. 
Removes a registered authentication class scheme. 
Type 
Description 
Represents a authentication class type registered in the authentication framework. 
Authentication schemes available in the authentication framework. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.