Interface | Description |
---|---|
LoginHandler |
Defines how to respond to a successful or failed login attempt.
|
LogoutHandler |
Responsible for logging the user out and returning
an appropriate response.
|
RedirectingLoginHandler |
A marker contract to indicate the login handler
returns redirecting responses.
|