Java Enterprise Edition (J2EE/JEE) Question:
What is form-based authentication?
Answer:
An authentication mechanism in which a Web container provides an application-specific form for logging in. This form of authentication uses Base64 encoding and can expose user names and passwords unless all connections are over SSL.
Previous Question | Next Question |
What is filter chain? | What is home handle? |