This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public static class SingleSignOnManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class SingleSignOnManager |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
AbandonToken |
Removes the token, causing the user to log off.
|
|
AuthenticateRequest |
Tests if the request has a valid single sign on token. If so, authenticate the user that belongs to it.
|
|
Dispose |
Disposes this instance.
|
|
GetToken |
Creates a new single sign on token and returns it.
|
|
GetUserProfile |
Gets the UserProfile that belongs to the token or null if the token does not
exist or is not valid.
|
|
IsTokenValid |
Tests if the token is still valid.
|
|
RefreshToken |
Refreshes the token if it is still valid.
|
Public Fields
Name | Description | |
---|---|---|
SingleSignOnCookieName |
Name of the cookie that contains the single sign on token.
|
|
TokenTimeout |
Token timeout in seconds.
|
See Also
Smartsite.Security Namespace