Role Mapping & J2EE Security
The discussion of J2EE Security on the JBoss Application Server continues as Role Mapping is introduced.
Read article: Role Mapping & J2EE Security25 articles tagged J2EE / Jakarta EE.
The discussion of J2EE Security on the JBoss Application Server continues as Role Mapping is introduced.
Read article: Role Mapping & J2EE SecurityThis article continues our discussion of setting up J2EE Security in a JBoss 4.3.x container. In the last article, we completed the setup of an OpenLdap database that can be used as a User Repository.
Read article: Using OpenLdap as a User Repository with JBoss 4.3.xThis article describes how to setup an OpenLdap server and add inetperson user objects. However, the article didn’t describe how to add groups to OpenLdap and add users to the groups.
Read article: Adding Groups To OpenLdapBuilding on the ideas introduced in the last article, a J2EE Application servers classloaders are explored in this installment. In particular, Websphere Application Server v.6.x Classloaders are introduced. The J2EE Spec provides some guidance regarding J2EE Application Servers, but as with so many…
Read article: Websphere v6.x ClassloadersCheck out JSR 316 and this article. There is also a Slashdot.org thread on the subject.
Read article: JEE 6 Draft Proposal Is Available For Public ReviewClassloaders are responsible for finding and loading classes that are requested in Java code executed inside a Java Virtual Machine. Classloader-related issues are among the most difficult to troubleshoot in the Java/J2EE technology stack.
Read article: Java Virtual Machine ClassloadersThis article introduces JAAS authentication via a relatively simple example. The example presented here is based upon the Sun tutorial of the same subject. The thinkmiddleware.com example extends the tutorial to use LDAP to authenticate users.
Read article: JAAS Authentication — An IntroductionThe recent JNDI article and an upcoming JAAS article require an LDAP server. This tutorial will walk through the basic details of reproducing the Openldap Server used in these two articles.
Read article: An Openldap Directory ServerWhile researching an upcoming JAAS article, the decision was made to use JNDI to interact with the Openldap server that was stored user information. JNDI is used extensively in the J2EE landscape; so, exploring JNDI separately from JAAS seemed in order.
Read article: JNDI — Java Naming & Directory InterfaceWhile researching details for a Java Security Manager article, it became obvious that I didn’t understand the mappings of all the different Java, security-related specifications to the technologies and acronyms I knew. Thus, was the beginning of this article. Below each security-related feature in…
Read article: Java Security — The Low-Level details To J2EE Security–And, Beyond