OpenSim UserService
From OpenSimulator
(Difference between revisions)
m (Updated text, and navigation turtle links) |
|||
Line 1: | Line 1: | ||
+ | [[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[Technical Reference/terms/OpenSim_UserService | OpenSim_UserService]] | ||
+ | {{content}} | ||
+ | == [[Technical Reference | Technical Reference]] == | ||
+ | === What is the OpenGrid UserService? === | ||
So, I will begin analysis of the OpenGrid user service in this section. Please correct me if this information appears inaccurate. The user service has 3 primary responsibilities: | So, I will begin analysis of the OpenGrid user service in this section. Please correct me if this information appears inaccurate. The user service has 3 primary responsibilities: | ||
Line 10: | Line 14: | ||
create user - will begin a process to create a new user | create user - will begin a process to create a new user | ||
shutdown - will begin the shutdown of the user service | shutdown - will begin the shutdown of the user service | ||
+ | |||
+ | [[Category:Support]] | ||
+ | [[Category:Tech Reference]] | ||
+ | [[Category:Help]] | ||
+ | [[Category:Configuration]] | ||
+ | [[Category:Getting_Started]] | ||
+ | [[Category:Development]] |
Revision as of 23:32, 20 May 2009
Technical Reference -> Terms -> OpenSim_UserService
This article or section contains incomplete information. Please help us by completing the content on this page. |
Technical Reference
What is the OpenGrid UserService?
So, I will begin analysis of the OpenGrid user service in this section. Please correct me if this information appears inaccurate. The user service has 3 primary responsibilities:
- logging users into simulators
- retrieving user information
- deleting user sessions when they are no longer needed
On execution of User Services you will be presented with a command line of operations you can perform:
help - will display a list of commands available to you create user - will begin a process to create a new user shutdown - will begin the shutdown of the user service