The AuthenticationController type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddAuthentication
AddAuthentication adds a new Authentication System to the Data Store.
Public methodStatic memberAddUserAuthentication
AddUserAuthentication adds a new UserAuthentication to the User.
Public methodStatic memberDeleteAuthentication
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAuthenticationService
GetAuthenticationService fetches a single Authentication Systems
Public methodStatic memberGetAuthenticationServiceByPackageID
GetAuthenticationServiceByPackageID fetches a single Authentication System
Public methodStatic memberGetAuthenticationServiceByType
GetAuthenticationServiceByType fetches a single Authentication Systems
Public methodStatic memberGetAuthenticationServices
GetAuthenticationServices fetches a list of all the Authentication Systems installed in the system
Public methodStatic memberGetAuthenticationType
GetAuthenticationType fetches the authentication method used by the currently logged on user
Public methodStatic memberGetEnabledAuthenticationServices
GetEnabledAuthenticationServices fetches a list of all the Authentication Systems installed in the system that have been enabled by the Host user
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLogoffRedirectURL
GetLogoffRedirectURL fetches the url to redirect too after logoff
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUserAuthentication
Retrieves authentication information for an user.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetAuthenticationType(String)
SetAuthenticationType sets the authentication method used by the currently logged on user
Public methodStatic memberSetAuthenticationType(String, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateAuthentication
UpdateAuthentication updates an existing Authentication System in the Data Store.

Extension Methods

  NameDescription
Public Extension MethodToJson
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.)

See Also