| Method | Description |
|---|---|
| __init__(self, name, timeout, update_stamp, service_equiv, cleanup_threshold) | Constructor to initialize an instance of the AuthCache class. |
Table 5.3. Method summary
This constructor initializes and registers an AuthCache instance that can be referenced in authentication policies.
| cleanup_threshold (integer) | |
|---|---|
| Default: 100 | |
When the number of entries in the cache reaches the value of
cleanup_threshold, old entries are automatically
deleted.
|
| service_equiv (boolean) | |
|---|---|
| Default: FALSE | |
| If enabled, then a single authentication of a user applies to every service from that client. |
| update_stamp (boolean) | |
|---|---|
| Default: TRUE | |
If set to TRUE, then cached authentications increase
the validity period of the authentication cache. Otherwise, the authentication
cache expires according to the timeout value set in
attribute timeout.
|
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu


