A Question that is often asked is, I am Using a WSIT Secure
Scenario containing SAML Assertion, How do i access the SAML Assertion ?
Here is how you can access the SAML Assertion inside your WebService
Endpoint Implementation Class. Note the method getSAMLAssertion() in
particular.
package test;
import com.sun.xml.wss.SubjectAccessor;
import com.sun.xml.wss.XWSSecurityException;...
My Colleague Ashutosh has posted a nice blog on how to secure Metro
WebServices using Kerberos Tokens.
http://blogs.sun.com/ashutosh/entry/running_kerberos_token_profile_scenario
Support for Kerberos Token Profile would be available in Metro
1.1 release (to be out soon). If you want to try it right away
then you can do so by downloading the latest nigtly here.
The Metro...