PHP lithium\security\auth\adapter 네임스페이스

클래스들

이름 설명
Form The `Form` adapter provides basic authentication facilities for checking credentials submitted via a web form against a database. To perform an authentication check, the adapter accepts an instance of a `Request` object which contains the submitted form data in its `$data` property.
Http The `Http` adapter provides basic and digest authentication based on the HTTP protocol.