AuthDomainImpl
class AuthDomainImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : AuthDomain
The AuthDomainImpl type represents a native instance of the abstract AuthDomain class.
Constructors
Functions
Link copied to clipboard
Checks if @msg contains appropriate authorization for @domain to accept it.
Link copied to clipboard
Adds a "WWW-Authenticate" or "Proxy-Authenticate" header to @msg.
Link copied to clipboard
Checks if @msg authenticates to @domain via @username and
Link copied to clipboard
Checks if @domain requires @msg to be authenticated (according to its paths and filter function).
Link copied to clipboard
Removes @path from @domain.
Link copied to clipboard
Adds @filter as an authentication filter to @domain.
Link copied to clipboard
Sets @auth_callback as an authentication-handling callback for @domain.