The CustomAuthenticator type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CustomAuthenticator |
Initializes a new instance of the CustomAuthenticator class.
|
Methods
| Name | Description | |
|---|---|---|
| AuthenticateTokenCore |
Performs the user authentication. The AuthenticationContext parameter
can be used to retrieve information about the user to authenticate.
| |
| CreateIdentity |
Creates a Spotfire specific instance of the IIdentity interface
from a user name string.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsLogoutEnabledCore |
Override this to specify whether logout should be enabled.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also