Login handler
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 2 Oct 2016 23:51:34 +0000 (01:51 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 2 Oct 2016 23:51:34 +0000 (01:51 +0200)
commit0d1adc34362d90b09f6c17ed1a8998f1d7719373
treeb73593ae069a847830f40dfdb68706e29c390ba0
parent4e0f2e8763089b2f0060ade83d6d016e0d4bca1f
Login handler
src/main/java/com/prueba/core/MainRun.java
src/main/java/com/prueba/core/context/ApplicationContext.java
src/main/java/com/prueba/core/context/security/handle/LoginHandler.java [new file with mode: 0644]
src/main/java/com/prueba/core/context/security/handle/SessionHandle.java [deleted file]
src/main/java/com/prueba/core/context/security/handle/SessionHandler.java [new file with mode: 0644]
src/main/java/com/prueba/core/context/web/application/ApplicationWebContext.java