Archive | JAAS RSS feed for this section

use-tomee-datasource-with-realm

20 Dec

https://issues.apache.org/jira/browse/TOMEE-263

 

TomEEDataSourceRealm

example from tomee examples..

http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/realm-in-tomee/README.md

another tutorial on JAAS Authentication

19 Dec

http://jasig.github.io/cas/4.0.0/installation/JAAS-Authentication.html

JAASTM LoginModule for using an LDAP authentication data store along with a JavaTM 2 Platform, Enterprise Edition (J2EETM) application

19 Dec

http://www.pramati.com/docstore/1270002/index.htm

 

Java-JAAS-form-based-authentication

17 Dec

Java JAAS form based authentication | Java Code Geeks

from :

http://www.javacodegeeks.com/2012/06/java-jaas-form-based-authentication.html

 

tutorails-on-custom-jaas-module

15 Jul

http://help2.sitevision.se/SiteVision_2_6/1673.html

example

http://help2.sitevision.se/SiteVision_2_6/1874.html


 

http://www.edc4it.com/2011/05/09/understanding-java-security-and-jaas-part-1/

http://www.edc4it.com/2011/05/12/understanding-java-security-and-jaas-part-2/

http://www.edc4it.com/2011/05/13/understanding-java-security-and-jaas-part-3-a-custom-login-module/


 

 

http://pic.dhe.ibm.com/infocenter/radhelp/v9/index.jsp?topic=%2Fcom.ibm.websphere.wlp.nd.multiplatform.doc%2Fae%2Ftwlp_dev_custom_jaas.html


 

from  Jboss web site:

https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/4.2/html/Server_Configuration_Guide/Defining_Security_Domains-Writing_Custom_Login_Modules.html


http://www2.sys-con.com/itsg/virtualcd/java/archives/0809/huang/index.html

 

TOmcat_JAAS

12 Jul

https://www.owasp.org/index.php/JAAS_Tomcat_Login_Module

http://technology.amis.nl/2004/11/19/struts-jaas-tomcat-getting-acquainted-part-2/

 

http://tomee-openejb.979440.n4.nabble.com/JAAS-configuration-on-TomEE-td4666747.html

 

read weith attention.:

http://sysmagazine.com/posts/183550/

 

https://www.owasp.org/index.php/JAAS_Tomcat_Login_Module

 

 

 

configure-tomee-JAAS

26 Mar

http://openejb.979440.n4.nabble.com/JAAS-configuration-on-TomEE-td4666747.html#a4668374

JAAS-reaml-tomcat7

11 Mar

COmplete Tutorial

http://www.thejavageek.com/2013/07/07/configure-jdbcrealm-jaas-for-mysql-and-tomcat-7-with-form-based-authentication/

vedere anche questo

http://stackoverflow.com/questions/12333039/how-to-set-up-a-jdbcrealm-in-apache-tomcat-7

https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html

http://tomcat.apache.org/tomcat-7.0-doc/funcspecs/fs-jdbc-realm.html

—————————————————————————————————

attention: for declare the Realm only into Contexst.xml of the single web application and not on server.xml

http://tomcat.apache.org/tomcat-7.0-doc/config/realm.html

http://stackoverflow.com/questions/12333039/how-to-set-up-a-jdbcrealm-in-apache-tomcat-7

if the real is declared into the context.xml of the single web application. i have to set the localDataSource=true

<Realm ... localDataSource="true" />
.................................................

 

 

glassfish-jdbc-realm-and-form-based

11 Mar

http://blog.eisele.net/2013/01/jdbc-realm-glassfish312-primefaces342.html

http://java.dzone.com/articles/jdbc-realm-and-form-based

for tomcat:

http://www.thejavageek.com/2013/07/07/configure-jdbcrealm-jaas-for-mysql-and-tomcat-7-with-form-based-authentication/