Reputation: 125
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