![]() ![]() | The name of the guest user that will be passed in to the OnBeforeLogin method of the LoginActions PEI. This could theoretically be different from the name of the guest user in the portal. |
![]() ![]() | Use this class static to access the one and only instance of LoginHelper. |
![]() ![]() | |
![]() ![]() | constants for login token cookies. |
![]() ![]() | This string is used by SSO login to determine if the user has clicked the logout link. |
![]() ![]() | Parameter indicates to loginControl that it should not attempt to login, it should just redirect as though it has logged in. Used by SSO to have the login control handle redirecting to the correct place. |
![]() ![]() | This string is used by SSO login to determine if the user has clicked the login link. |
![]() ![]() | Parameter that indicates that the login control should show the SSO logout page rather than the standard login page. |
![]() ![]() | constant for replication cookie used in high availability |
![]() ![]() | Static initialization method. Use this method to add custom user session object handling code. This method does not need to be called. |
![]() | Attempts to create and connect a new user session. This method is used for Basic Auth logins. Unfortunately, in Basic Auth the user name and password are encoded in the character encoding of the client machine, and the server does not know what that is. Therefore we have to guess the appropriate encoding. The user credentials passed to this method need to be unencoded as win-1252, shift-jis, Big5, etc... before they can be used. The credentials are basic auth credentials; user name and password are separated by a colon. |
![]() | Overloaded. Attempts to create and connect a new user session. Calls Login PEIs. Note that this signature of AttemptGuestLogin will log in as the default guest user. |
![]() | Overloaded. Attempts to create and connect a new user session. Calls Login PEIs. |
![]() | Call this method to clear an autologin token cookie from the users session. |
![]() | This function will load all of the implemented LoginActions PEIs and then process through them and call the OnFailedLogin function for each one. In general, this method should only be called by the LoginHelper itself. The only reason to call this method directly is if you are failing the login before calling the AttemptLogin method (i.e. because of a hack attempt). |
![]() | Overloaded. This function will process all of the OnLogout ILoginActions functions and send the necessary Redirect back to the caller. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Call this method to obtain an autologin token from the request. |
![]() | Overloaded. Call this method to obtain a redirect to the default space. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | This method returns whether or not the user is a guest user. |
![]() | Returns an HTMLElementCollection of style sheet links. A style sheet is named "stylesheetname-language", for instance "mainstyle12-en". |
![]() | Gets the Type of the current instance. |
![]() | This method gets the user ID from the supplied user session object. |
![]() | This method gets the user Name from the supplied user session object. |
![]() | This method is used to handle COM Process Recycling in .NET. This should not be used by anyone outside of the Interpreter. |
![]() | Call this method to set an autologin token for the user. |
![]() | Returns a String that represents the current Object. |
LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace