Marshalling RequestSecurityToken
Gina Choi
gchoi at sdl.com
Thu Mar 15 20:03:59 GMT 2012
Hi Brent,
Per your direction, I check out unit tests for openws and they were very
helpful. Now, I have RequestSecurityToken object and need to marshal it. When
I marshal AuthnRequest I used following code, but if I pass
RequestSecurityToken to the following code, it returns null(marshaller ==
null).
Marshaller marshaller = org.opensaml.Configuration
.getMarshallerFactory().getMarshaller(authnRequest);
Do we marshal RequestSecurityToken in different way?
Thanks.
Gina Choi
More information about the dev
mailing list