W3C Jigsaw
All Resources All filters

GenericAuthFilter

The GenericAuthFilter provides a basic authentication mechanism. Depending on the realm it uses, and on its user description, it will use either IP filtering, or IP filtering with Basic authentication.

The filter is configured to allow only some users or some users belonging to a given set of groups to access the information it protects. Users are recorded in a realm database. If no allowed users or groups is specified, all users of the realm are allowed.


Inherits

The GenericAuthFilter class inherits from the following classes:


Attributes description

The GenericAuthFilter defines the following attributes:


users
semantics
The list of the names of the users allowed to access the information protected by the authentication filter.
type
This attribute is a editale StringArrayAttribute.
default value
This attribute id]s undefined by default.


groups
semantics
The list of the names of the groups allowed to access the information protected by the authentication filter.
type
This attribute is a editale StringArrayAttribute.
default value
This attribute is undefined by default.


Jigsaw Team
$Id: w3c.jigsaw.auth.GenericAuthFilter.html,v 1.1 1996/04/12 21:19:01 abaird Exp $