Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.security.auth Object Description
(system Template)

This object provides access to the authentication information from the client. This includes whether or not the page was in fact authenticated, if so what the user-name and community is.

Methods

rb.security.auth.test() Look for and if present validate the HTTP authenication information
rb.security.auth.status() Return the authentication status for this page.
rb.security.auth.username() Return the username provided by the client.
rb.security.auth.community() Return the community against which this page was authenticated.
Whitebeam release 1.3.36
(loadtime : 65ms)