C# Класс Carrotware.CMS.Core.SecurityData

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AttemptCreateApplicationUser Microsoft.AspNet.Identity.IdentityResult

Открытые методы

Метод Описание
AddUserToRole ( System.Guid UserId, string roleName ) : bool
AddUserToRole ( string userName, string roleName ) : bool
CreateApplicationUser ( ApplicationUser user, ExtendedUserData &newusr ) : Microsoft.AspNet.Identity.IdentityResult
CreateApplicationUser ( ApplicationUser user, string password, ExtendedUserData &newusr ) : Microsoft.AspNet.Identity.IdentityResult
FindRole ( string RoleName ) : UserRole
FindRoleByID ( string roleID ) : UserRole
GenerateSimplePassword ( ) : string
GetCreditUserProfileSearch ( string searchTerm ) : List
GetCreditUserSearch ( string searchTerm ) : List
GetIsAdminFromCache ( ) : bool
GetIsSiteEditorFromCache ( ) : bool
GetProfileByUserID ( System.Guid userId ) : Carrotware.CMS.Core.UserProfile
GetProfileByUserName ( string userName ) : Carrotware.CMS.Core.UserProfile
GetRoleList ( ) : List
GetRoleListRestricted ( ) : List
GetUserByEmail ( string email ) : ApplicationUser
GetUserByID ( string key ) : ApplicationUser
GetUserByName ( string username ) : ApplicationUser
GetUserList ( ) : List
GetUserListByEmail ( string email ) : List
GetUserListByName ( string usrName ) : List
GetUserName ( ) : string
GetUserProfileSearch ( string searchTerm ) : List
GetUserSearch ( string searchTerm ) : List
GetUsersInRole ( string groupName ) : List
IsUserInRole ( string groupName ) : bool
IsUserInRole ( string userName, string groupName ) : bool
RemoveUserFromRole ( string userName, string roleName ) : bool
ResetPassword ( ApplicationUser user, string code, string password ) : Microsoft.AspNet.Identity.IdentityResult
ResetPassword ( string email ) : bool
ResetPassword ( string resetUri, string email ) : bool
SecurityData ( ) : System

Приватные методы

Метод Описание
AttemptCreateApplicationUser ( ApplicationUser user, string password, ExtendedUserData &newusr ) : Microsoft.AspNet.Identity.IdentityResult

Описание методов

AddUserToRole() публичный статический Метод

public static AddUserToRole ( System.Guid UserId, string roleName ) : bool
UserId System.Guid
roleName string
Результат bool

AddUserToRole() публичный статический Метод

public static AddUserToRole ( string userName, string roleName ) : bool
userName string
roleName string
Результат bool

CreateApplicationUser() публичный Метод

public CreateApplicationUser ( ApplicationUser user, ExtendedUserData &newusr ) : Microsoft.AspNet.Identity.IdentityResult
user ApplicationUser
newusr ExtendedUserData
Результат Microsoft.AspNet.Identity.IdentityResult

CreateApplicationUser() публичный Метод

public CreateApplicationUser ( ApplicationUser user, string password, ExtendedUserData &newusr ) : Microsoft.AspNet.Identity.IdentityResult
user ApplicationUser
password string
newusr ExtendedUserData
Результат Microsoft.AspNet.Identity.IdentityResult

FindRole() публичный статический Метод

public static FindRole ( string RoleName ) : UserRole
RoleName string
Результат UserRole

FindRoleByID() публичный статический Метод

public static FindRoleByID ( string roleID ) : UserRole
roleID string
Результат UserRole

GenerateSimplePassword() публичный статический Метод

public static GenerateSimplePassword ( ) : string
Результат string

GetCreditUserProfileSearch() публичный статический Метод

public static GetCreditUserProfileSearch ( string searchTerm ) : List
searchTerm string
Результат List

GetCreditUserSearch() публичный статический Метод

public static GetCreditUserSearch ( string searchTerm ) : List
searchTerm string
Результат List

GetIsAdminFromCache() публичный статический Метод

public static GetIsAdminFromCache ( ) : bool
Результат bool

GetIsSiteEditorFromCache() публичный статический Метод

public static GetIsSiteEditorFromCache ( ) : bool
Результат bool

GetProfileByUserID() публичный статический Метод

public static GetProfileByUserID ( System.Guid userId ) : Carrotware.CMS.Core.UserProfile
userId System.Guid
Результат Carrotware.CMS.Core.UserProfile

GetProfileByUserName() публичный статический Метод

public static GetProfileByUserName ( string userName ) : Carrotware.CMS.Core.UserProfile
userName string
Результат Carrotware.CMS.Core.UserProfile

GetRoleList() публичный статический Метод

public static GetRoleList ( ) : List
Результат List

GetRoleListRestricted() публичный статический Метод

public static GetRoleListRestricted ( ) : List
Результат List

GetUserByEmail() публичный статический Метод

public static GetUserByEmail ( string email ) : ApplicationUser
email string
Результат ApplicationUser

GetUserByID() публичный статический Метод

public static GetUserByID ( string key ) : ApplicationUser
key string
Результат ApplicationUser

GetUserByName() публичный статический Метод

public static GetUserByName ( string username ) : ApplicationUser
username string
Результат ApplicationUser

GetUserList() публичный статический Метод

public static GetUserList ( ) : List
Результат List

GetUserListByEmail() публичный статический Метод

public static GetUserListByEmail ( string email ) : List
email string
Результат List

GetUserListByName() публичный статический Метод

public static GetUserListByName ( string usrName ) : List
usrName string
Результат List

GetUserName() публичный статический Метод

public static GetUserName ( ) : string
Результат string

GetUserProfileSearch() публичный статический Метод

public static GetUserProfileSearch ( string searchTerm ) : List
searchTerm string
Результат List

GetUserSearch() публичный статический Метод

public static GetUserSearch ( string searchTerm ) : List
searchTerm string
Результат List

GetUsersInRole() публичный статический Метод

public static GetUsersInRole ( string groupName ) : List
groupName string
Результат List

IsUserInRole() публичный статический Метод

public static IsUserInRole ( string groupName ) : bool
groupName string
Результат bool

IsUserInRole() публичный статический Метод

public static IsUserInRole ( string userName, string groupName ) : bool
userName string
groupName string
Результат bool

RemoveUserFromRole() публичный статический Метод

public static RemoveUserFromRole ( string userName, string roleName ) : bool
userName string
roleName string
Результат bool

ResetPassword() публичный Метод

public ResetPassword ( ApplicationUser user, string code, string password ) : Microsoft.AspNet.Identity.IdentityResult
user ApplicationUser
code string
password string
Результат Microsoft.AspNet.Identity.IdentityResult

ResetPassword() публичный Метод

public ResetPassword ( string email ) : bool
email string
Результат bool

ResetPassword() публичный Метод

public ResetPassword ( string resetUri, string email ) : bool
resetUri string
email string
Результат bool

SecurityData() публичный Метод

public SecurityData ( ) : System
Результат System