Method | Description | |
---|---|---|
AssociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
Create ( string login, string email, Byte password ) : System.Guid | ||
DeassociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
Delete ( System.Guid user_id ) : void | ||
GetAccounts ( System.Guid userId ) : HashSet |
||
GetId ( string login ) : System.Guid | ||
GetIdByOpenIdUri ( string openIdUri ) : System.Guid | ||
GetInfo ( System.Guid userId ) : IUserInfo | ||
GetPassword ( System.Guid userID ) : Byte[] | ||
ListOpenIdUris ( System.Guid userId ) : HashSet |
||
SetInfo ( System.Guid userId, string email ) : void | ||
SetPassword ( System.Guid userID, Byte password ) : void | ||
UserStorageTmp ( |
||
afficheDebug ( ) : void |
Method | Description | |
---|---|---|
GetFullInfo ( System.Guid id ) : FullUserInfo |
public AssociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
userId | System.Guid | |
openIdUri | string | |
return | void |
public Create ( string login, string email, Byte password ) : System.Guid | ||
login | string | |
string | ||
password | Byte | |
return | System.Guid |
public DeassociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
userId | System.Guid | |
openIdUri | string | |
return | void |
public GetAccounts ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
return | HashSet |
public GetIdByOpenIdUri ( string openIdUri ) : System.Guid | ||
openIdUri | string | |
return | System.Guid |
public GetInfo ( System.Guid userId ) : IUserInfo | ||
userId | System.Guid | |
return | IUserInfo |
public GetPassword ( System.Guid userID ) : Byte[] | ||
userID | System.Guid | |
return | Byte[] |
public ListOpenIdUris ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
return | HashSet |
public SetInfo ( System.Guid userId, string email ) : void | ||
userId | System.Guid | |
string | ||
return | void |
public SetPassword ( System.Guid userID, Byte password ) : void | ||
userID | System.Guid | |
password | Byte | |
return | void |
public UserStorageTmp ( |
||
storage | ||
return | System |