Property | Type | Description | |
---|---|---|---|
ImportUser | AuthorizationToken>.Tuple | ||
SearchUsers | List |
Method | Description | |
---|---|---|
CreateAuthorizationRole ( |
||
DeleteAuthorizationRole ( |
||
GetAuthorization ( string UserId ) : |
||
GetAuthorization ( string UserId, |
||
GetAuthorization ( string UserId, |
||
GetUser ( string UserId ) : |
||
GetUser ( string UserId, |
||
GetUser ( string UserId, |
||
Initialize ( |
||
InvalidateCachedUser ( string UserId ) : bool | ||
UpdateAdministratorSubjectIds ( |
||
UpdateAuthorizationRole ( |
Method | Description | |
---|---|---|
ImportUser ( |
||
SearchUsers ( |
public static CreateAuthorizationRole ( |
||
Database | ||
Role | ||
return | int |
public static DeleteAuthorizationRole ( |
||
Database | ||
Role | ||
return | void |
public static GetAuthorization ( string UserId ) : |
||
UserId | string | |
return |
public static GetAuthorization ( string UserId, |
||
UserId | string | |
Database | ||
return |
public static GetAuthorization ( string UserId, |
||
UserId | string | |
Database | ||
ForceRefresh | bool | |
return |
public static GetUser ( string UserId ) : |
||
UserId | string | |
return |
public static GetUser ( string UserId, |
||
UserId | string | |
Database | ||
return |
public static GetUser ( string UserId, |
||
UserId | string | |
Database | ||
ForceRefresh | bool | |
return |
public static Initialize ( |
||
Database | ||
return | void |
public static InvalidateCachedUser ( string UserId ) : bool | ||
UserId | string | |
return | bool |
public static UpdateAdministratorSubjectIds ( |
||
Database | ||
SubjectIds | IEnumerable |
|
return | void |
public static UpdateAuthorizationRole ( |
||
Database | ||
Role | ||
return | void |