LoginValve.java | Class | author: dpokhrel author: A Valve that hooks up j_security_check request and sets author: j_password in session. author: Reasons: author: author: - application requires user cridential to connect with XMLA web service if basic
author: authentication is enable author: - User name can be accessed from request object but there is no such a
author: standard way to retrieve password. author: - application is using Form based authetication and authentication is done by
author: tomcat itself.
|