This is the mito-auth Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 12:45:11 2026 GMT+0.
The main system appears first, followed by any subsystem dependency.
mito-authUser authorization for Mito classes
Eitaro Fukamachi
LLGPL
0.1
mito (system).
ironclad (system).
babel (system).
src (module).
Modules are listed depth-first from the system components tree.
mito-auth/srcmito-auth (system).
mito-auth.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
mito-auth/src/mito-auth.lispsrc (module).
auth (function).
has-secure-password (class).
initialize-instance (method).
(setf password) (generic function).
password-hash (reader method).
password-salt (reader method).
*whitespaces* (special variable).
make-password-hash (function).
normalize-password-salt (function).
trim (function).
Packages are listed by definition order.
mito-authmito.auth
common-lisp.
auth (function).
has-secure-password (class).
(setf password) (generic function).
password-hash (generic reader).
password-salt (generic reader).
*whitespaces* (special variable).
make-password-hash (function).
normalize-password-salt (function).
trim (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
has-secure-password)) ¶has-secure-password)) ¶automatically generated reader method
has-secure-password)) ¶automatically generated reader method
has-secure-password) &rest initargs &key password &allow-other-keys) ¶:password-hash
This slot is read-only.
(let ((ironclad:*prng* (ironclad:make-prng :fortuna :seed :urandom))) (ironclad:make-random-salt 20))
:password-salt
This slot is read-only.
On some implementations, linefeed and newline represent the same character (code).
Removes all characters in ‘char-bag‘ (default: whitespaces) at the beginning and end of ‘s‘.
If supplied, char-bag has to be a sequence (e.g. string or list of characters).
Examples: (trim " foo ") => "foo"
| Jump to: | (
A F G I M N P T |
|---|
| Jump to: | (
A F G I M N P T |
|---|
| Jump to: | *
P S |
|---|
| Jump to: | *
P S |
|---|
| Jump to: | C F H M P S |
|---|
| Jump to: | C F H M P S |
|---|