Questions tagged [pre-authentication]

78 questions
0
votes
1 answer

Java Kerberos Preauthentication Error

We have two different applications in our network, both use Kerberos to authenticate users. One of them makes problems when the max. ticket lifetime has expired. Successful request with application x: AS-REQ => <=…
Michael Böckling
  • 7,341
  • 6
  • 55
  • 76
0
votes
1 answer

Spring Security pre-authentication

I've been asked to modify a web app built in Java EE+Spring+Hibernate to provide security with Spring Security. I haven't worked with Spring Security before, I've read the documentation but I don't see the proper way to make it work. We have a login…
diminuta
  • 1,545
  • 8
  • 32
  • 55
-2
votes
1 answer

Issue with @PreAutorize annotation with Spring Security

@PreAuthorize is not working in Spring Security 3. This is my code snap. @PreAuthorize("hasRole('Admin') or hasRole('Student')") public void doSomething(){} It is giving me weird error (refer attachment)
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
1 2 3 4 5
6