jdbcrealm
Authentication without authorization on Tomcat 7
I have an annoying error which I can\'t solve for quite a while. I recently was introduced to container-based security and try to implement it. I have configure the realm as following:[详细]
2023-04-12 23:59 分类:问答how to enable java file in realm to all users
i have a web service that i want to enable for use t开发者_开发技巧o all users (web service is written as java class). I use realm to configure my website security. How can i enable this resource in w[详细]
2023-04-10 03:55 分类:问答Shiro Spring JDBCRealm Authentication and Authorization
Idea I need to develop a web application using Spring MVC with Shiro as Security Framework. Requirements[详细]
2023-04-05 17:28 分类:问答How can I provide security in a web-application by jdbcRealm when I have few user tables
I have a problem with security in Java EE. I have an application that supposed to be a kind of e-shop. I have three entities:[详细]
2023-03-28 05:07 分类:问答Kerbtray realm and kdc for java gss-api
I\'m using kerbtray.exe on Win7. How do I know exactly what the realm and 开发者_运维问答kdc is for a java gss-api login?You are probably referring to the krb5.ini maintenance, right? You should sta[详细]
2023-03-21 10:59 分类:问答I have to add custom realm jar file to tomcat 7's lib folder. How will i do this on a shared hosting server
I have created custom realm jar file and have to add it to the tomcat server\'s lib folder for my custom realm to work. This works fine when i deploy my application on my local tomcat server. My quest[详细]
2023-03-02 05:51 分类:问答Implementing container based security in tomcat using sql server 2005
I have been trying to implement conta开发者_如何学Pythoniner based security in tomcat 6.0 using sql server 2005. It worked fine using tomcat-user.xml file, but when i change the realm to sql server it[详细]
2023-02-27 06:13 分类:问答Glassfish JDBCRealm Login Exception
I have a JDBCRealm setup in glasfish 3.1 with oracle11. My web app authentication works fine, but now I\'d like to be able to react if someone fails to login 3 times in a row. Looking at my server log[详细]
2023-02-21 02:28 分类:问答"User Expired Password" in JDBCRealm
How to use \"User Expired Passwor开发者_运维问答d\" in JDBCRealm ? Is it able to do this ?JDBCRealm does not provide this sort of feature. You need to write one up yourself. I just written one for my[详细]
2023-02-20 14:19 分类:问答Can I port Glassfish jdbcRealm to JBoss?
My appli开发者_C百科cation is running on Glassfish 3.1 using jdbcRealm is its authentication and authorization. I want to port this app to JBoss 6. Can I create a jdbcRealm inside JBoss 6 like in Glas[详细]
2023-02-20 10:22 分类:问答