class BasicRestfulAuthenticator (View source)

A simple authenticator for the Restful server.

This allows users to be authenticated against that RestfulServer using their login details, however they will be passed 'in the open' and will require the application accessing the RestfulServer to store logins in plain text (or in decrytable form)

Methods

public static 
Member|false
authenticate()

The authenticate function

Details

static Member|false authenticate()

The authenticate function

Takes the basic auth details and attempts to log a user in from the DB

Return Value

Member|false

The Member object, or false if no member