| クラス | 説明 |
|---|---|
| AbstractLoginHandler |
Base class for authentication handlers.
|
| ExternalAuthnSystemLoginHandler |
A login handler meant to bridge between the IdP and an external, web-based, authentication service.
|
| IPAddressLoginHandler |
IP Address authentication handler.
|
| PreviousSessionLoginHandler |
Login handler that is called when user is logged in under a previously existing session.
|
| RemoteUserAuthServlet |
Extracts the REMOTE_USER and places it in a request attribute to be used by the authentication engine.
|
| RemoteUserLoginHandler |
Authentication Handler that redirects to servlet protected by a Web Single-Sign-On system.
|
| UsernamePasswordCredential |
Represents a username and password entered used to authenticate a subject.
|
| UsernamePasswordLoginHandler |
Authenticate a username and password against a JAAS source.
|
| UsernamePasswordLoginServlet |
This Servlet authenticates a user via JAAS.
|
Copyright © 2012. All Rights Reserved.