Questions tagged as 'spring-security'

0
answers

Spring Security + CDI + HibernateFilter

Good afternoon! I'm on a system with Primefaces, Hibernate, CDI and I'm implementing security with Spring-Security and controlling transactions with HibernateFilter, declared in web.xml. I did all the tests with authentication in memory and g...
asked by 19.01.2017 / 03:06
1
answer

Login Module with Spring Security

Well, I'm studying Spring Framework and all the other frameworks that it makes available, and I would love to implement a login module. I'm currently using Spring without any use of XML except pom.xml , and many of the sites I access...
asked by 09.12.2016 / 23:07
1
answer

Spring encoding problem

Good afternoon, folks, I'm working on a project with Spring MVC and Spring Security. But the same, is presenting problem in the encoding of the characters, when I do deploy on an external server, ie, I run out of eclipse, someone already step...
asked by 14.11.2016 / 17:51
1
answer

User to see only Items of the Operational unit that is in your register

I have a vehicle management system. The company in which I work has several business units, so the user can only see the cars of the unit on which he works. This I was able to do, but whenever someone logs in the system it replaces the data of t...
asked by 14.09.2016 / 18:57
1
answer

Problems with Spring Security

Hello everyone. I'm creating a project using Java EE and as an IDE I'm using Eclipse. In this project, I'm using Spring Security to authenticate the login procedure. But the following happens: I created an xhtml page to register new users. Ob...
asked by 11.10.2016 / 02:14
1
answer

Spring Security Oauth + Firebase

Good afternoon. I'm implementing the security layer of my application. I decided that we will use Firebase to perform the authentication, and when it returns the access token to the client it will send that token to my Java server which will...
asked by 10.10.2016 / 22:20
1
answer

facesProduces file error

is giving error    Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001409:   Ambiguous dependencies for type HttpServletRequest with qualifiers   @Default at injection point [BackedAnnotatedField] @Inject private   com.oliveira...
asked by 12.08.2016 / 04:19
0
answers

Identify user by login

Hello everyone. I am developing a system that works with user registration and I have the following problem: in the system there will be 3 types of users: Administrator, Normal and Temporary. Depending on the type of user, the areas that he w...
asked by 18.08.2016 / 06:15
1
answer

Grails Spring Security check if User belongs to Group (RoleGroup)

I have the following domain classes: User hasOne RoleGroup hasMany Role Examples: RoleGroup : Admin, Professional, Customer, ... Role : ROLE_ACTION_1, ROLE_ACTION_2, ... How do I check if the User belongs to a specific Ro...
asked by 28.07.2016 / 21:23
0
answers

AngularJs + (Spring MVC or Specification)

Galera, I'm starting the development of a system (java), and I'm in doubt about the technology. The system is totally restricted (login / password) and will be available on the internet, so I need security. I know a little Angular and wanted...
asked by 02.02.2016 / 17:14