How to validate the request (Eg:user name and password) in
session(http session)? not in LDAP server ?
Answer / hasan ul huzaibi
You can Use a HashMap to put all user objects into into it
and put this hashmap into session and whenever required get
HashMap from session and get object with key as user name
and then validate it against login
details...hasanulhuzaibi@gmail.com
Is This Answer Correct ? | 1 Yes | 0 No |
Can arraylist contain null values?
public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
How to pass arraylist to stored procedure in java?
What is unmodifiable list in java?
Difference between a MenuItem and a CheckboxMenuItem?
Explain jvm, jre, and jdk?
Explain JMS in detail.
What is the main difference between java platform and other platforms?
What is the use of parseint in java?
What is floor math?
Explain the difference between abstract class and interface in java?
Write a program to print fibonacci series