IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace : AspAuthenticatingLoginManager Class |
The following tables list the members exposed by AspAuthenticatingLoginManager.
Name | Description | |
---|---|---|
AspAuthenticatingLoginManager Constructor | Create an instance of this class. |
Name | Description | |
---|---|---|
AllowAnonymousLogin | Returns the value of the ServerSettings.AllowAnonymousLogin) flag. | |
AspNetCompatibilityEnabled | Returns the setting from the ServiceHostingEnvironment element in the configuration file. | |
GetAnonymousUser | Returns a IdeaBlade.EntityModel.UserBase for a guest user. |
Name | Description | |
---|---|---|
EntityManager | The EntityManager passed to the Login or Logout method. |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetAuthenticationMode | Returns the setting from the authentication element in the configuration file. | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
Login | Authenticate the user. | |
Logout | Logout the current user. | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
CreateIdentityCore | Creates an IIdentity from the information passed. | |
CreatePrincipalCore | Creates an IPrincipal from the information passed. | |
CreateUserCore | Overloaded. Create an System.Security.Principal.IPrincipal representing the current user. Called when the login was passed an ILoginCredential. | |
Finalize | (Inherited from object) | |
GetRolesCore | Get roles for the authenticated user. | |
LogoutCore | Perform any logout processing needed. | |
MemberwiseClone | (Inherited from object) | |
SetCookieCore | Set the authentication ticket for the authenticated user. | |
SetUserProfile | Sets profile properties into the UserBase instance. | |
ValidateUserCore | Validate the credentials. |