raji satkunam
raji satkunam

Reputation: 125

saml2.0 Generating metadata with OpenSAML

I am now trying to implement the Generating metadata with OpenSAML. For my reference I am using the http://mylifewithjava.blogspot.com/2012_02_01_archive.html blog to implement these scenario.I am new to saml.

In this implementation there is SAMLUtil class that has used to create the EntityDescriptor as EntityDescriptor spEntityDescriptor = SAMLUtil.buildSAMLObjectWithDefaultName(EntityDescriptor.class); .So I have added a dependency for org.apache.ws.security to import a class SAMLUtil.But I cannot find the method buildSAMLObjectWithDefaultName() for the specified class.

Can anyone help me to implement this scenario and tell me the way I have approached is exactly correct?

Upvotes: 0

Views: 812

Answers (1)

Stefan Rasmusson
Stefan Rasmusson

Reputation: 5595

The methods of SAMLUtil is published and explained here

Upvotes: 0

Related Questions