User Tools

Site Tools


stats:roles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
stats:roles [2011/09/28 23:34]
Patrick Michel created
stats:roles [2011/10/14 00:29] (current)
Patrick Michel [Authentication]
Line 1: Line 1:
 +~~NOCACHE~~
 +
 ====== Roles ====== ====== Roles ======
  
 This page lists all the roles of the [[start]], which restrict access to the [[procedures]]. The roles are manifested in the [[schema]], under the section [[:​stats:​schema:​account]]. This page lists all the roles of the [[start]], which restrict access to the [[procedures]]. The roles are manifested in the [[schema]], under the section [[:​stats:​schema:​account]].
  
-{{pagequery>​@:​stats:​role *;}}+===== Overview ===== 
 + 
 +{{pagequery>​@:​stats:​role*;title;​sort=name}} 
 + 
 +===== Authentication ===== 
 + 
 +The basic idea is that the system restricts access to procedures based on accounts. Everyone can call guest procedures, which don't have the ''​uid''​ parameter. 
 + 
 +With the //​read-only//​ ''​authenticate''​ procedure, you can show the system your legitimation to call all the other methods with your ''​username'':​ 
 + 
 +{{page>:​stats:​proc:​authenticate&​noheader&​nofooter}} 
 + 
 +The procedures then check for themselves, if your account has the necessary right in the form of matching roles. 
 +===== Details ===== 
 + 
 +{{namespace>:​stats:​role}}
stats/roles.1317245690.txt.gz · Last modified: 2011/09/28 23:34 by Patrick Michel