view web/server/src/test/resources/delegate_login_module_test_jaas.conf @ 1087:105617e21576

Implement JAAS based authentication. Reviewed-by: ebaron, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006508.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 03 May 2013 19:14:14 +0200
parents
children
line wrap: on
line source

Success {
   com.redhat.thermostat.web.server.auth.spi.StubSuccessDelegateLoginModule required debug=true;
};

Failure {
   com.redhat.thermostat.web.server.auth.spi.StubFailureDelegateLoginModule required debug=true;
};