C# Class Cats.Services.Security.UserIdentity

Inheritance: IIdentity
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
SetPermissions ( string permissions ) : void
UserIdentity ( UserInfo info ) : System.Collections
UserIdentity ( UserProfile user ) : System.Collections
UserIdentity ( int userId, UserAccountService service, UserInfo userInfo, string store, string application ) : System.Collections
UserIdentity ( string userName ) : System.Collections

Private Methods

Méthode Description
IsInRole ( string role ) : bool

Method Details

SetPermissions() public méthode

public SetPermissions ( string permissions ) : void
permissions string
Résultat void

UserIdentity() public méthode

public UserIdentity ( UserInfo info ) : System.Collections
info Cats.Models.Security.UserInfo
Résultat System.Collections

UserIdentity() public méthode

public UserIdentity ( UserProfile user ) : System.Collections
user Cats.Models.Security.UserProfile
Résultat System.Collections

UserIdentity() public méthode

public UserIdentity ( int userId, UserAccountService service, UserInfo userInfo, string store, string application ) : System.Collections
userId int
service UserAccountService
userInfo Cats.Models.Security.UserInfo
store string
application string
Résultat System.Collections

UserIdentity() public méthode

public UserIdentity ( string userName ) : System.Collections
userName string
Résultat System.Collections