C# Class SenseNet.Portal.Portlets.AdvancedLoginPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.PortletBase
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
GetCookie System.Web.HttpCookie
GetDomain string
HandleSSOSignOffCommand bool

Public Methods

Method Description
AdvancedLoginPortlet ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
CreateLoginView ( ) : void
WriteErrorMessageOnly ( string message ) : void

This method only displays the given message. Every constructed control will be removed from the ctlcoll.

Private Methods

Method Description
GetCookie ( ) : System.Web.HttpCookie
GetDomain ( ) : string
HandleSSOSignOffCommand ( ) : bool

Method Details

AdvancedLoginPortlet() public method

public AdvancedLoginPortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

CreateLoginView() protected method

protected CreateLoginView ( ) : void
return void

WriteErrorMessageOnly() protected method

This method only displays the given message. Every constructed control will be removed from the ctlcoll.
protected WriteErrorMessageOnly ( string message ) : void
message string The message will be displayed to the end user.
return void