Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management.

learn more… | top users | synonyms

0
votes
0answers
10 views

Cas 3.5.2 audit failed

I am a new-hander to cas. I download cas-server-3.5.2 and cas-client-3.2.1,then I deploy the cas server to tomcat 6 and 7. I change the configuration in deployementConfig.xml and some other file to ...
0
votes
1answer
15 views

JAX-RS: Authenticate with multiple principals (more than just username)

Using a Jersey service, what would be the most elegant method to authenticate a user with more than just username and password? say, a Business Id, and username as the Principals, and password as the ...
0
votes
0answers
9 views

add variable in shiro.ini

I would like to one of the SQL queries (permissionsQuery) add a further parameter in the query, eg username, How permissionsQuery conditioned to receive this new parameter? thanks ...
0
votes
2answers
17 views

convert java webapp to use SAML2 authentication

I'm having some problems trying to understand how to accomplish this task: 1) existing simple webapp with database authentication. (simple custom code) 2) convert simple webapp to use SAML2 ...
0
votes
0answers
14 views

Spring Shiro session issue

I know Shiro by default do not use a native session manager, and everything works fine in local but something weird happend after hosting. What i do is that: I remove port and app name by ...
1
vote
0answers
17 views

shiro - “Error listenerStart” error while starting

I am trying to integrate Shiro based on an excellent article penned by BalusC in my application. I added required JAR files (shiro-core-1.2.1.jar, shiro-web-1.2.1.jar, slf4j-api-1.7.5.jar and ...
-2
votes
1answer
36 views

How can I connect my MySQL DB with Java EE? [closed]

I use in my project IntelliJ IDEA -JBoss -Shiro -Hibernate As a first step I added in Jboss, mySql connector and I created the datasource. But now I do not know properly configure my project to ...
0
votes
0answers
42 views

shiro keeps redirecting me to login page

I have a simple authentication application using shiro but it does not work. It does tell me that the user is authenticated properly. It keeps redirecting me to the login page rememberme does not ...
6
votes
2answers
103 views

Centralized API provider - oAuth or not?

I am a bit lost with the overflow of information and I need some guidance on the best way I can support providing APIs access only to trusted clients. Current environment: We currently have a ...
1
vote
1answer
41 views

Is an unbound SecurityManager really an invalid application configuration in Shiro?

I'm adding Apache Shiro to my application and I'm wondering if the following error message is truly accurate: org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager accessible to ...
0
votes
0answers
20 views

Apache Shiro SSL setting resulting in 504 error

My company needs a program that uses Shiro to do authority control. Since the program needs https, I set this in shrio.xml: /sys/** = ssl,authc But when jump to this link system gives a 504 error. ...
0
votes
0answers
11 views

shiro & multiple firefox tabs bug?

running Shiro and if I logon to my site in one Firefox tab and then close that tab without logging out and I open a new tab and reconnect to my site the authentication code is never called and the ...
1
vote
1answer
55 views

Store Permissions for Apache Shiro

I'm starting with the framework Apache Shiro, I felt great and very flexible. Within an application we want to control permissions for certain parts of the web with jsp tags for "shiro: ...
2
votes
2answers
61 views

Apache Shiro: How would you manage Users?

I want to use Shiro on my next web project but I do not know a good (if not the best) strategy to manage users ([users] in shiro.ini). Is it best to create Shiro user for every registered member? Or ...
0
votes
1answer
34 views

Using CDI except a Java Web Application

From Doc i m trying to learn Context and Dependency injection . In tutorials CDI seems can be only use in a Web application.Can i use CDI in a Java Console project ? And How? I added libraries like ...
2
votes
2answers
77 views

Cross-domain authentication

I'm planning to setup a webservice that will be accessed by other sites. The idea is that the webservice has to be secured, and that each site accessing the web service will be authenticated against ...
2
votes
0answers
38 views

Social authentication with Apache Shiro

What is the best way to integrate social authentication with Apache Shiro? I've search this site as other sites and couldn't find an answer. Thanks.
1
vote
2answers
127 views

Integrating Apache Shiro on Play framework 2.1

I'm trying to integrate Apache Shiro into Play framework 2.1 I'm using an open source project (https://github.com/wsargent/play-shiro) that support play framework 2.0 I've tried to migrate this ...
0
votes
2answers
60 views

Remember me functionality + other security concerns

I want to implement a simple remember me for logged in users, so they will stay logged in after closing the browser. So I was thinking creating a cookie that holds a unique key generated by ...
1
vote
0answers
12 views

Apache Shiro - issue with isPermitted() method and wrong Authorizer class

We have implemented a class called AuthorizerImpl that contains two objects: an AuthorizingRealm and a Subject. We have implemented an isPermitted() method which subsequently calls the isPermitted() ...
0
votes
1answer
31 views

How do you cache data only for the duration of the http request using apache shiro in a servlet container?

More specifically, I find that I'm implementing a custom AuthorizingRealm, which declares template methods doGetAuthenticationInfo() and doGetAuthorizationInfo() for returning AuthenticationInfo and ...
0
votes
0answers
49 views

Making GAE Shiro and Resteasy work together

I am trying to make GAE-Shiro and Resteasy together. So I tried doing a quick port. However I am getting this error: [ERROR] java.lang.RuntimeException: java.lang.InstantiationException: ...
0
votes
0answers
89 views

NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format

I'm getting this error when running my application: [ERROR] Apr 12, 2013 10:18:56 AM com.google.appengine.tools.development.ApiProxyLocalImpl log [ERROR] INFO: javax.servlet.ServletContext log: ...
0
votes
0answers
19 views

Authenticating users to a group using Shiro

I have simple username/password authentication working with Apache Shiro using a JdbcRealm. I'd like to add the concept of a group, where each user is assigned to a single group. The group helps ...
2
votes
4answers
101 views

applicationContext classpath not found

For some reason (a shiro filter) I saved my application context file in WEB-INF folder. Everything works when I run tomcat but, when I try to get an application context from a controller using : ...
0
votes
0answers
31 views

How do I authenticate a subject in Shiro multiple times?

I've got an application that, due to an industry-standard protocol, requires that users be allowed to log in multiple times with different identity information. The login always occurs as a POST ...
2
votes
2answers
84 views

Spring is ignoring @Transactional annotations in Apache Shiro Realm class

I am using Spring for IOC and transaction management, and am planning to use Apache Shiro as the security library. Whenever I want to check a user's permissions, I call subject.isPermitted("right"), ...
-1
votes
1answer
52 views

Where should shiro.ini go in a web application? [closed]

Does anybody know where shiro.ini is supposed to be placed within a Java web application? Is it the WEB-INF or perhaps META-INF directory?
0
votes
0answers
27 views

Is it possible to use apache shiro in an application where all session data is explicitly persisted to a db?

We have an application that we would like to be able to scale horizontally by writing all "session" type data directly to our database. This means any request can go to any server in our cluster. We ...
0
votes
1answer
57 views

Shiro - how to login with hashed password

I am using Shiro to secure my application, and now the problem is how do i login with hashed password for following scenarios: 1, Automatically login for user after they click on activation email. ...
1
vote
1answer
179 views

apache shiro: how to set the authenticationStrategy using spring applicationcontext?

I've been struggling with authenticationStrategy settings with shiro 1.2.1 in a spring based web application. I have 2 realms. One authenticates against database and one against ldap. both realms are ...
-2
votes
1answer
32 views

Apache-Shiro and Chrome [closed]

We have a web application. We are using tomcat 7 ans shiro. The site working well on IE and Firefox, but not in Chrome: Say we have 2 users: one is admin and can access the whole site. The other is ...
0
votes
0answers
90 views

Jetty maven plugin unable to hot redeploy shiro filter

I'm not sure if this is a jetty issue or an issue with shiro, but I am trying to use the Jetty-Maven plugin for development and one of the key features I want is Jetty's hot redeployment when files ...
1
vote
1answer
44 views

Resuming Camel Processing after power failure

I'm currently developing a Camel Integration app in which resumption from a previous state of processing is important. When there's a power outage, for instance, it's important that all previously ...
0
votes
1answer
56 views

openldap fortress vs Apache Shiro

I am trying to download openldap and I came across an ldap Java JDK called OpenLdap fortress. http://www.openldap.org/fortress/ It seems to be good for Identity Management Access, which sounds good, ...
0
votes
0answers
61 views

Decoding AuthenticationException on login jsp - Shiro

I am trying to figure out how to lock out a user after 3 unsuccessful attempts. I am using the formAuthenticator to log my user in (no explicit login calls). One approach i am pursuing is to capture ...
1
vote
1answer
118 views

Unable to @Inject my DAO in a Custom Apache Shiro AuthorizingRealm

I'm trying to inject my UserDAO inside my custom AuthorizingRealm that Apache Shiro is using but... I get null. What am I doing wrong? shiro.ini [main] user = ...
0
votes
1answer
244 views

Apache Shiro and SSO

Apahce Shiro is a Java security framework and support SSO. And I have multiple sub-domains, each of which has separate application running. How can I use Apache Shiro web filters(or any other) to ...
0
votes
1answer
32 views

Different Form login in Shiro

Same question where asked under "Multiple logins url in Shiro" but it was unanswered. I am trying to have two different loggin page for apache shiro 1) For Mobile devices (little screen, limited ...
0
votes
1answer
32 views

Specifying Shiro's LifecycleBeanPostProcessor in programmatic Spring @Configuration causes errors

I have a Spring web app I am configuring programatically. I am trying out Apache Shiro as my authentication framework and I have run into issues integrationg Shiro with Spring, specifically using ...
0
votes
3answers
160 views

Apache Shiro takes me back to login page after authentication

I am replacing Siteminder with Apache Shiro in my web application. I noticed that shiro logs me in successfully and takes me to the home page. When i click on any other link on the home page, I am ...
0
votes
2answers
54 views

Encapsulating Shiro Subject

I would like to encapsulate Apache Shiro in a Servlet environment. I want to create MySecurityUtils and use Shiro SecurityUtils.getSubject in a static method. My question is whether this is a correct ...
1
vote
0answers
99 views

Apache Shiro per object permission?

Is it possible to implement a per database row permission system with Shiro? Suppose I have 10000 records in a table and some user can only see 1000 records... what is the best way to only return ...
1
vote
0answers
162 views

Shiro with Spring MVC Wildcard permissions not working

I have couple of permissions as: inventory:po:view inventory:po:create inventory:po:update In the JSP, below works: <shiro:hasPermission name="inventory:po:create"> <li><a ...
1
vote
0answers
166 views

Dynamic configuration in a java/camel/spring/jpa application

I have written an application using java, camel, spring, shiro, c3p0 and jpa. This application needs to connect to some web services and some db and it has now a static configuration using classic ...
1
vote
1answer
58 views

Refreshing page results in re-login?

I've configured shiro in the project to work for username/password validation. 'filters' and 'urls' are as below. [filters] authc.loginUrl = /login.jsp shiro.loginUrl = /login.jsp [urls] ...
0
votes
1answer
95 views

apache shiro allowing multiple roles to Access a url not working

I have a simple web project. I want to have access to more than one role in this project is a URL. sihor.ini section of the url [urls] /login.xhtml = authc /logout = logout /admin/** = user, ...
0
votes
0answers
89 views

How to setup Grails Shiro RememberMe authentication

I use Shiro to perform authentication/authorization in my Grails project. I already had a fight with shiro-oauth, and with permission annotations, somewhere I won, somewhere not. But there is a ...
0
votes
1answer
45 views

Tomcat server remote redeployement

We have a web app using Apache Shiro for security and deployed in a Tomcat 7 server, and an administration application in java swing. One of the purposes of the administration application is to manage ...
0
votes
0answers
193 views

Shiro Spring integration PasswordService

Hi Shiro team and User, Ive been a month we decide to change our security framework for Apache Shiro with Vaadin 7 Framwork. I am the integrator of new framework and facing some problem to ...

1 2 3 4 5 6