Method | Description | |
---|---|---|
AddClaimsInfo ( User user, |
Adds the claims information.
|
|
Login ( IPrincipal principal ) : void |
Logins the specified user.
|
Method | Description | |
---|---|---|
GetGroups ( |
Gets the group names.
|
|
GetRoleName ( string roleName ) : string |
Gets the name of the role.
|
|
WriteClaimsInfo ( |
Writes the claims information.
|
public AddClaimsInfo ( User user, |
||
user | User | The user. |
claimsIdentity | The claims identity. | |
return | void |