Class IdentityHandler
Summary description for IdentityController.
Implements
System.Web.IHttpHandler
System.Web.Routing.IRouteHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Web
Assembly: ImageVault.Common.dll
Syntax
public class IdentityHandler : RouteHandlerBase
Constructors
IdentityHandler(IAuthKeyValidator)
Initializes a new instance of the IdentityHandler class.
Declaration
public IdentityHandler(IAuthKeyValidator authKeyValidator = null)
Parameters
Type | Name | Description |
---|---|---|
IAuthKeyValidator | authKeyValidator |
IdentityHandler(String, IAuthKeyValidator)
Initializes a new instance of the IdentityHandler class.
Declaration
public IdentityHandler(string path, IAuthKeyValidator authKeyValidator)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
IAuthKeyValidator | authKeyValidator |
Fields
PathFolderName
The name of the folder where the handler should be initiated
Declaration
public const string PathFolderName = "imagevaultidentity"
Field Value
Type | Description |
---|---|
System.String |
Methods
ProcessRequest(HttpContextBase)
Processes the IdentityHandler request
Declaration
public override void ProcessRequest(HttpContextBase context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | context |
Overrides
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If missing argument username. |
Implements
System.Web.IHttpHandler
System.Web.Routing.IRouteHandler