Property | Type | Description | |
---|---|---|---|
OSPA_TUPLE_SEPARATOR_ARRAY | char[] |
Method | Description | |
---|---|---|
HashName ( string name ) : UUID |
Hash a profile name into a UUID
|
|
MakeOspa ( UUID userId, IUserAccountService userService ) : string |
Make an OSPA given a user UUID
|
|
MakeOspa ( string firstName, string lastName ) : string |
Make an OSPA given a user name
|
|
ResolveOspa ( string ospa, IUserAccountService userService ) : UUID |
Resolve an osp string into the most suitable internal OpenSim identifier.
|
Method | Description | |
---|---|---|
ResolveOspaName ( string name, IUserAccountService userService ) : UUID |
Resolve an OSPI name by querying existing persistent user profiles. If there is no persistent user profile then a temporary user profile is inserted in the cache.
|
public static HashName ( string name ) : UUID | ||
name | string | |
return | UUID |
public static MakeOspa ( UUID userId, IUserAccountService userService ) : string | ||
userId | UUID | |
userService | IUserAccountService | |
return | string |
public static MakeOspa ( string firstName, string lastName ) : string | ||
firstName | string | |
lastName | string | |
return | string |
public static ResolveOspa ( string ospa, IUserAccountService userService ) : UUID | ||
ospa | string | |
userService | IUserAccountService | |
return | UUID |
protected static ResolveOspaName ( string name, IUserAccountService userService ) : UUID | ||
name | string | |
userService | IUserAccountService | |
return | UUID |