Top "Jdbcrealm" questions

JDBCRealm is implementation of realm (a collection of usernames and passwords that identify valid users of a web application, plus an enumeration of the list of roles associated with each valid user) that works with JDBC supported databases.

Accessing secure restful web services using jersey client

I have created web services based on Jersey (auto generated via Netbeans). I have also created a user names “testClient” …

security jersey client jdbcrealm
LoginException: Login failed: Security Exception

I am attempting to setup container managed security with GlassFish v3.1.1 Build 12 and JSF 2.1. I keep getting the following exception …

glassfish security glassfish-3 jaas jdbcrealm
javax.security.auth.login.LoginException: Security Exception

I am attempting to setup container managed security with GlassFish v3.1.2 and JSF 2.1 and primeFaces 3.4.2 The value HexValue and the …

java glassfish java-ee-6 jaas jdbcrealm
Apache Shiro - using database to read users, roles and permissions

Currently I've a Swing app and I wan't to integrate Apache Shiro in order to authenticate and delegate permissions to …

java shiro jdbcrealm
How Can Change Default Locale For TOMCAT In WINDOWS?

As can be seen in photos، Iran is set location. i used realm tag in "%CATALINA_HOME%\conf\server.xml". &…

java oracle internationalization tomcat8 jdbcrealm
SEVERE: jdbcrealm.invaliduserreason WEB9102: Web Login Failed

I'm trying to get my login form to with a MySQL Database and keep on getting the following error: [update] …

java forms-authentication security jdbcrealm
How to configure JDBCRealm to obtain its DataSource from JNDI

How do you use a JDBCRealm to handle authenticating and authorizing users in servlets? The only example I can find …

jndi shiro jdbcrealm
How to set up a JDBCRealm in Apache Tomcat 7?

I would like that the users (which are allowed to log on to my site) are loaded from a MySQL …

mysql tomcat jdbc jdbcrealm j-security-check
Glassfish thinks jdbcRealm is actually fileRealm

I configured a new jdbcRealm in Glassfish 3.1.1 and turned on FINEST logging and I get the following when I try …

glassfish security glassfish-3 jdbcrealm
basic authentication does not work even for correct credentials

I am trying to configure Tomcat 7 JDBC realm configuration. I have followed this tutorial completely: http://www.avajava.com/tutorials/…

tomcat7 web.xml jaas jdbcrealm