Свойство | Type | Description | |
---|---|---|---|
CheckUniqueUser | void | ||
GenerateDomain | string | ||
GetOldPasswords | List |
||
GetProfileName | string | ||
GetProfileParentPath | string | ||
GetUniqueUserException | |||
SaveCurrentPassword | void | ||
SearchInLucene | IEnumerable |
||
SetOldPasswords | void | ||
SynchUser | void |
Méthode | Description | |
---|---|---|
CheckPassword ( |
||
CheckPassword ( string password, List |
||
CheckPasswordMatch ( string passwordInClearText, string encodedPassword ) : bool | ||
CreateProfile ( ) : void | ||
CreateProfile ( Node template ) : void | ||
EncodePassword ( string passwordInClearText ) : string | ||
ForceDelete ( ) : void | ||
GetPrincipals ( ) : List |
||
GetProfilePath ( ) : string | ||
GetProperty ( string name ) : object | ||
GetUserCacheKey ( string domain, string name ) : string | ||
IsInContainer ( ISecurityContainer container ) : bool | ||
IsInGroup ( IGroup group ) : bool | ||
IsInOrganizationalUnit ( IOrganizationalUnit orgUnit ) : bool | ||
IsProfileExist ( ) : bool | ||
Load ( string domain, string name ) : |
||
Load ( string domain, string name, ExecutionHint hint ) : |
||
MoveTo ( Node target ) : void | ||
RegisterUser ( string fullUserName ) : |
||
Reset ( ) : void | ||
Save ( |
||
SetProperty ( string name, object value ) : void | ||
UpdateLastSync ( System.Guid guid ) : void | ||
User ( Node parent ) : System | ||
User ( Node parent, string nodeTypeName ) : System |
Méthode | Description | |
---|---|---|
OnMoving ( object sender, SenseNet e ) : void | ||
User ( |
Méthode | Description | |
---|---|---|
CheckUniqueUser ( ) : void | ||
GenerateDomain ( ) : string | ||
GetOldPasswords ( ) : List |
||
GetProfileName ( ) : string | ||
GetProfileParentPath ( ) : string | ||
GetUniqueUserException ( string domainPath, string ids ) : |
||
SaveCurrentPassword ( ) : void | ||
SearchInLucene ( string path, string typeName, string name ) : IEnumerable |
||
SetOldPasswords ( List |
||
SynchUser ( int originalId ) : void |
public static CheckPassword ( |
||
contentType | ||
fieldName | string | |
password | string | |
oldPasswords | List |
|
Résultat |
public CheckPassword ( string password, List |
||
password | string | |
oldPasswords | List |
|
Résultat |
public static CheckPasswordMatch ( string passwordInClearText, string encodedPassword ) : bool | ||
passwordInClearText | string | |
encodedPassword | string | |
Résultat | bool |
public CreateProfile ( Node template ) : void | ||
template | Node | |
Résultat | void |
public static EncodePassword ( string passwordInClearText ) : string | ||
passwordInClearText | string | |
Résultat | string |
public GetProperty ( string name ) : object | ||
name | string | |
Résultat | object |
public static GetUserCacheKey ( string domain, string name ) : string | ||
domain | string | |
name | string | |
Résultat | string |
public IsInContainer ( ISecurityContainer container ) : bool | ||
container | ISecurityContainer | |
Résultat | bool |
public IsInOrganizationalUnit ( IOrganizationalUnit orgUnit ) : bool | ||
orgUnit | IOrganizationalUnit | |
Résultat | bool |
public static Load ( string domain, string name ) : |
||
domain | string | |
name | string | |
Résultat |
public static Load ( string domain, string name, ExecutionHint hint ) : |
||
domain | string | |
name | string | |
hint | ExecutionHint | |
Résultat |
protected OnMoving ( object sender, SenseNet e ) : void | ||
sender | object | |
e | SenseNet | |
Résultat | void |
public static RegisterUser ( string fullUserName ) : |
||
fullUserName | string | |
Résultat |
public Save ( |
||
settings | ||
Résultat | void |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |
public UpdateLastSync ( System.Guid guid ) : void | ||
guid | System.Guid | |
Résultat | void |
public User ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
Résultat | System |
protected User ( |
||
token | ||
Résultat | System |