![]() |
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# |
![]() |
---|---|
public static class SingleSignOnManager |
Visual Basic (Declaration) |
![]() |
---|---|
Public NotInheritable Class SingleSignOnManager |
The type exposes the following methods.
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.
|
See Also
Smartsite.Security Namespace