Handbook
Glossary
protected
Furnace framework
»
Furnace authentication
»
Protected resources
Next:
<protected> ( responder -- protected )
Vocabulary
furnace
.
auth
Class description
The class of protected responders. See
Protected resources
for a description of usage and slots.
Definition
USING:
http.server.filters
;
IN:
furnace.auth
TUPLE:
protected
<
filter-responder
description capabilities
;
Methods
USING:
accessors
furnace.auth
generic
http.server
kernel
namespaces
;
M:
protected
call-responder*
dup
protected
set
dup
capabilities>>
have-capabilities?
[
M\
protected
call-responder*
(call-next-method)
]
[
[
drop
]
[
[
description>>
]
[
capabilities>>
]
bi
]
bi*
realm
get
login-required*
]
if
;