(authorized-authenticated request)
Inputs: [request :- Request] Returns: schema/Bool
Get whether the authorized client is considered authenticated or not.
Inputs: [request :- Request] Returns: schema/Bool Get whether the authorized client is considered authenticated or not.
(authorized-certificate request)
Inputs: [request :- Request] Returns: (schema/maybe X509Certificate)
Get the certificate of the authorized client.
Inputs: [request :- Request] Returns: (schema/maybe X509Certificate) Get the certificate of the authorized client.
(authorized-extensions request)
Inputs: [request :- Request] Returns: acl/Extensions
Get the authorized extensions from the request.
Inputs: [request :- Request] Returns: acl/Extensions Get the authorized extensions from the request.
(authorized-name request)
Inputs: [request :- Request] Returns: schema/Str
Get the authorized client name from the request.
Inputs: [request :- Request] Returns: schema/Str Get the authorized client name from the request.
A ring request with an embedded optional SSL client certificate.
A ring request with an embedded optional SSL client certificate.
(set-authorized-authenticated request authenticated)
Inputs: [request :- Request authenticated :- schema/Bool] Returns: Request
Set whether the authorized client is considered authenticated or not.
Inputs: [request :- Request authenticated :- schema/Bool] Returns: Request Set whether the authorized client is considered authenticated or not.
(set-authorized-certificate request certificate)
Inputs: [request :- Request certificate :- (schema/maybe X509Certificate)] Returns: Request
Get the certificate of the authorized client.
Inputs: [request :- Request certificate :- (schema/maybe X509Certificate)] Returns: Request Get the certificate of the authorized client.
(set-authorized-extensions request extensions)
Inputs: [request :- Request extensions :- acl/Extensions] Returns: Request
Set the authorized extensions onto the request.
Inputs: [request :- Request extensions :- acl/Extensions] Returns: Request Set the authorized extensions onto the request.
(set-authorized-name request name)
Inputs: [request :- Request name :- (schema/maybe schema/Str)] Returns: Request
Set the authorized client name onto the request.
Inputs: [request :- Request name :- (schema/maybe schema/Str)] Returns: Request Set the authorized client name onto the request.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close