kumarjayanti's blog
GlassFish V 3.1
I posted my blogs on GlassFish V3.1 Security at http://blogs.sun.com/gfsecurity/ due to the non-availability of java.net during the V3.1 release.
SSL Renegotiation Issue Fixed in JDK1.6.0_22
GlassFish users who make use of CLIENT-CERT authentication with SSL in their JavaEE applications should consider upgrading to JDK1.6.0_22.
Custom Authentication of Client Certificate in Mutual SSL Scenarios on GlassFish
The GlassFish Certificate Realm in V2.X and V3.0 releases is somewhat limiting. Many users expressed the need to able to do some custom authentication based on the client-certificate (or extensions within) in a Mutual-SSL scenario. And subsequently do custom group assignment's which ultimately affect the authorization results.
GlassFish V3 Embedded Mode : How to run applications that use Security
Embedded GlassFish v3 is a delivery vehicle of GFv3 so that applications and tools can use GFv3 just as a library, inside their JVM. More details on this can be found on the separate project page that has been created for Embedded GlassFish.
Using Custom JAAS LoginModule(s) for Authentication in GlassFish
Many users often ask the question : Can i use a custom JAAS Login Module instead of the Proprietary GlassFish Custom Realms for user authentication ?.
Summary of new Security Features in Servlet 3.0
Servlet 3.0 specification which is part of JavaEE 6 has many new features and some of them are in the area of security.
Using the @ServletSecurity annotation in JavaEE 6
Shing Wai's post explains the @ServletSecurity annotation that has been introduced newly in JavaEE 6 (Servlet 3.0 specification).
Summary of Proprietary Features in SAAJ RI 1.3.4
In this post i would like to provide a brief summary of some of the Propietary Features and implementation details of SAAJ 1.3.4 that are not necessarily related to the SAAJ API specifications.
Configuring Non-JKS KeyStore with GlassFish V3
The Java KeyStore API supports multiple keystore formats which include JKS( the default Java KeyStore), PKCS12, PKCS11 etc.
JSR 196 in Metro WebServices Stack
Metro Security has a pluggable architecture and it makes use of JSR 196 (SOAP Profile) to achieve this pluggability. The use of JSR-196 provides a standard way to integrate Metro with the Authentication and Authorization Infrastructure of the underlying container. Though not all containers on which metro can run today support JSR 196, the idea is that as more and m





