-
Recent Posts
Recent Comments
JAAS & JBoss: Cl… on JAAS & JBoss: Authent… Archives
Categories
Meta
Category Archives: JBoss
JAAS & JBoss: Client Authentication
This is the second part of my articles about JBoss Security. The first part of this series shows how to configure a JBossAS to use security in the beans and how to connect them from a remote client using RMI.
In this small article I show you the diffrent types of connecting from a client to the deployed sessionbean from part 1. In the first part I had choosen a really simple way to authorize the client. But there are more ways to achieve this. All of them manage the same but differs in the complexity or in the use case where and when to use. Continue reading
Posted in Java, JBoss, Security
Leave a comment
JAAS & JBoss: Authentication
Currently I’m working on a project which uses the authentication in JBoss. I would say that’s not a very large project but it’s not an hello-world-project. In this project I was confronted with some issues. The most problematic is that … Continue reading