The AuthenticationController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AuthenticationController | DotNetNuke.Services.Authentication.AuthenticationController |
Methods
| Name | Description | |
|---|---|---|
| AddAuthentication |
AddAuthentication adds a new Authentication System to the Data Store.
| |
| AddUserAuthentication |
AddUserAuthentication adds a new UserAuthentication to the User.
| |
| DeleteAuthentication | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAuthenticationService |
GetAuthenticationService fetches a single Authentication Systems
| |
| GetAuthenticationServiceByPackageID |
GetAuthenticationServiceByPackageID fetches a single Authentication System
| |
| GetAuthenticationServiceByType |
GetAuthenticationServiceByType fetches a single Authentication Systems
| |
| GetAuthenticationServices |
GetAuthenticationServices fetches a list of all the Authentication Systems
installed in the system
| |
| GetAuthenticationType |
GetAuthenticationType fetches the authentication method used by the currently logged on user
| |
| GetEnabledAuthenticationServices |
GetEnabledAuthenticationServices fetches a list of all the Authentication Systems
installed in the system that have been enabled by the Host user
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLogoffRedirectURL |
GetLogoffRedirectURL fetches the url to redirect too after logoff
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserAuthentication |
Retrieves authentication information for an user.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAuthenticationType(String) |
SetAuthenticationType sets the authentication method used by the currently logged on user
| |
| SetAuthenticationType(String, Boolean) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateAuthentication |
UpdateAuthentication updates an existing Authentication System in the Data Store.
|
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |