Method | Description | |
---|---|---|
AssociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
Create ( string login, string email, Byte password ) : System.Guid | ||
DeactivateApiKey ( System.Guid userId, System.Guid apiKey ) : void | ||
DeassociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
Delete ( System.Guid userId ) : void | ||
GenerateApiKey ( System.Guid userId, string applicationName ) : System.Guid | ||
GetAccounts ( System.Guid userId ) : HashSet |
||
GetId ( string login ) : System.Guid | ||
GetIdByApiKey ( System.Guid apiKey ) : System.Guid | ||
GetIdByOpenIdUri ( string openIdUri ) : System.Guid | ||
GetInfo ( System.Guid userId ) : IUserInfo | ||
GetPassword ( System.Guid userId ) : Byte[] | ||
ListApiKeys ( System.Guid userId ) : string>.Dictionary |
||
ListOpenIdUris ( System.Guid userId ) : HashSet |
||
SetInfo ( System.Guid userId, string email, System.Guid mainAccountId ) : void | ||
SetPassword ( System.Guid userId, Byte pass ) : void | ||
UserStorage ( |
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 DeactivateApiKey ( System.Guid userId, System.Guid apiKey ) : void | ||
userId | System.Guid | |
apiKey | System.Guid | |
return | void |
public DeassociateOpenIdUri ( System.Guid userId, string openIdUri ) : void | ||
userId | System.Guid | |
openIdUri | string | |
return | void |
public GenerateApiKey ( System.Guid userId, string applicationName ) : System.Guid | ||
userId | System.Guid | |
applicationName | string | |
return | System.Guid |
public GetAccounts ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
return | HashSet |
public GetIdByApiKey ( System.Guid apiKey ) : System.Guid | ||
apiKey | System.Guid | |
return | System.Guid |
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 ListApiKeys ( System.Guid userId ) : string>.Dictionary |
||
userId | System.Guid | |
return | string>.Dictionary |
public ListOpenIdUris ( System.Guid userId ) : HashSet |
||
userId | System.Guid | |
return | HashSet |
public SetInfo ( System.Guid userId, string email, System.Guid mainAccountId ) : void | ||
userId | System.Guid | |
string | ||
mainAccountId | System.Guid | |
return | void |
public SetPassword ( System.Guid userId, Byte pass ) : void | ||
userId | System.Guid | |
pass | Byte | |
return | void |
public UserStorage ( |
||
blobFactory | ||
return | System |