...
Panel | ||||
---|---|---|---|---|
| ||||
|
Logout Page
There is no logout page. The page to which a user is redirected after a logout is specified in the logoutFilter
bean in applicationContext-acegi-security.xml
.
Basic Authentication
Basic authentication is part of the HTTP specification. It is simple but relatively inflexible. Acegi Security implements Basic authentication using BasicProcessingFilter
and BasicProcessingFilterEntryPoint
.
...