org.apache.cxf.rs.security.saml.sso
Class MetadataWriter

java.lang.Object
  extended by org.apache.cxf.rs.security.saml.sso.MetadataWriter

public class MetadataWriter
extends Object


Constructor Summary
MetadataWriter()
           
 
Method Summary
 Document getMetaData(String serviceURL, String assertionConsumerServiceURL, String logoutURL, Key signingKey, X509Certificate signingCert, boolean wantRequestsSigned)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataWriter

public MetadataWriter()
Method Detail

getMetaData

public Document getMetaData(String serviceURL,
                            String assertionConsumerServiceURL,
                            String logoutURL,
                            Key signingKey,
                            X509Certificate signingCert,
                            boolean wantRequestsSigned)
                     throws Exception
Throws:
Exception


Apache CXF