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:
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
Idea I need to develop a web application using Spring MVC with Shiro as Security Framework. Requirements
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:
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
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
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
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
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
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