|
Options | Name | Purpose | |
---|---|---|---|
AddAuthentication () |
/** Build the actual authentication. To be implemented by concrete classes. */
|
||
Close () |
/* no-op */
|
||
Destroy () |
|
||
Flush () |
|
||
OpenEdge.Net.HTTP.Credentials GetCredentials (character) |
/** Returns credentials to be used by this filter. Can be retrieved from
the Request or requested via an event
@param character The domain for which to get the credentials
@return Credentials A set of credentials (may not be correct, of course) */
|
||
Initialize () |
|
||
OnHttpCredentialRequest (AuthenticationRequestEventArgs) |
/** Publishes the HttpCredentialRequest event
@param AuthenticationRequestEventArgs The event args being modified/used
in this event. */
|
||
Open () |
/* no-op */
|
||
RemoveListeners () |
/** unsubsribes listeners from a writer, so that they can be GC'ed if needed */
|
||
SubscribeListener (Object) |
/** Subscribes a listener to events from the implementing filter.
@param Object The prospective listener. */
|
||
UnsubscribeListener (Object) |
/** Unsubscribes a listener to events from the implementing filter.
@param Object The prospective listener. */
|
||
Write (character) |
/** Write data to/from the message
@param character Data to write */
|
||
Write (longchar) |
/* no-op */
|
||
Write (handle) |
/** Write data to/from the message
@param handle Data to write */
|
||
Write (memptr) |
/* no-op */
|
||
Write (Object) |
/* no-op */
|
Options | Name | Purpose | |
---|---|---|---|
AuthenticationRequestFilter (IAuthenticatedRequest) |
/** Constructor
@param IAuthenticatedRequest The request being authenticated. */
|
Options | Name | Purpose | |
---|---|---|---|
HttpCredentialRequest (Object, AuthenticationRequestEventArgs) |
/** The HttpRequest does not know where the Domain and username */
|
Options | Name | Purpose | |
---|---|---|---|
OpenEdge.Net.HTTP.IAuthenticatedRequest AuthenticatedRequest |
|
||
Progress.Lang.Class FilterEventListenerType |
|
||
OpenEdge.Net.HTTP.IHttpMessage Message |
|
AddAuthentication ()
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Close ()
|
||||||||||||||||||
Destroy () |
||||||||||||||||||
Flush () |
||||||||||||||||||
OpenEdge.Net.HTTP.Credentials GetCredentials (character)
|
||||||||||||||||||
Initialize () |
||||||||||||||||||
OnHttpCredentialRequest (AuthenticationRequestEventArgs)
|
||||||||||||||||||
Open ()
|
||||||||||||||||||
RemoveListeners ()
|
||||||||||||||||||
SubscribeListener (Object)
|
||||||||||||||||||
UnsubscribeListener (Object)
|
||||||||||||||||||
Write (character)
|
||||||||||||||||||
Write (longchar)
|
||||||||||||||||||
Write (handle)
|
||||||||||||||||||
Write (memptr)
|
||||||||||||||||||
Write (Object)
|
AuthenticationRequestFilter (IAuthenticatedRequest)
|
---|
HttpCredentialRequest (Object, AuthenticationRequestEventArgs)
|
---|
OpenEdge.Net.HTTP.IAuthenticatedRequest AuthenticatedRequest |
||||||||
---|---|---|---|---|---|---|---|---|
Progress.Lang.Class FilterEventListenerType
|
||||||||
OpenEdge.Net.HTTP.IHttpMessage Message
|