SessionAuthenticator Members

MCManager API

The SessionAuthenticator type exposes the following members.

Constructors

  NameDescription
SessionAuthenticator
Main constructor.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnAfterStream
Gets called after data was streamed to client.
(Inherited from Plugin.)
OnAfterUpload
Gets called before data is streamed/uploaded from client.
(Inherited from Plugin.)
OnAuthenticate
(Overrides Plugin..::.OnAuthenticate(ManagerEngine).)
OnBeforeFileAction
Gets called before a file action occurs for example before a rename or copy.
(Inherited from Plugin.)
OnBeforeRPC
Gets called before a RPC command is handled.
(Inherited from Plugin.)
OnBeforeStream
Gets called before data is streamed to client.
(Inherited from Plugin.)
OnBeforeUpload
Gets called before data is streamed/uploaded from client.
(Inherited from Plugin.)
OnCustomInfo
Gets called when custom data is to be added for a file custom data can for example be plugin specific name value items that should get added into a file listning.
(Inherited from Plugin.)
OnFileAction
Gets called after a file action was perforem for example after a rename or copy.
(Inherited from Plugin.)
OnInit
Gets called after any authenication is performed and verified. This method should return false if the execution chain is to be broken.
(Inherited from Plugin.)
OnInsertFile
Gets called when the user selects a file and inserts it into TinyMCE or a form or similar.
(Inherited from Plugin.)
OnLogin
Gets called when a user has logged in to the system. This event should be dispatched from the login page. These events is not fired internaly and should be fired/dispatched externally.
(Inherited from Plugin.)
OnLogout
Gets called when a user has logged out from the system. This event should be dispatched from the logout page. These events is not fired internaly and should be fired/dispatched externally.
(Inherited from Plugin.)
OnPreInit
Gets called before the ManagerEngine is initialized. This method can setup config and language pack data based on the prefix.
(Inherited from Plugin.)
OnRPC
Gets executed when a RPC command is to be executed.
(Inherited from Plugin.)
OnStream
Gets called when data is streamed to client. This method should setup HTTP headers, content type etc and simply send out the binary data to the client and the return false ones that is done.
(Inherited from Plugin.)
OnUpload
Gets called when data is streamed/uploaded from client. This method should take care of any uploaded files and move them to the correct location.
(Inherited from Plugin.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Prefix
Prefix that the events will be filtered on. Defaults to null.
(Inherited from Plugin.)
ShortName
(Overrides Plugin..::.ShortName.)

See Also