jaspic
Is it possible to use container-managed authentication with password salting?
I know how to set up vanilla container-managed security that uses form authentication and uses digested passwords (say, SHA-256). Something like this:[详细]
2023-01-30 04:49 分类:问答Java EE 6 security - use user entity class
All I need is a simple login page that will check against the username and password of a simple User entity class.[详细]
2023-01-22 11:06 分类:问答JSP login with declarative security - How does the actual authentication happen?
I\'ve been a little puzzled with this as I have not seen many examples that gave me the complete picture. The best explanation I found so far is this.[详细]
2023-01-22 05:34 分类:问答Do Authentication and Authorization frameworks for Java that support openId exist (except Spring security)?
Actually I am interested in Java AA framework that supports many types of A&A. I found that exist JAAS, but did not find any information about OpenId support.开发者_运维问答 Maybe there exists a m[详细]
2023-01-11 09:02 分类:问答