Interface SAML2MetadataGenerator

    • Method Detail

      • buildMetadataResolver

        org.opensaml.saml.metadata.resolver.MetadataResolver buildMetadataResolver​(org.springframework.core.io.Resource metadataResource)
                                                                            throws Exception
        Throws:
        Exception
      • getMetadata

        String getMetadata​(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor)
                    throws Exception
        Throws:
        Exception
      • buildEntityDescriptor

        org.opensaml.saml.saml2.metadata.EntityDescriptor buildEntityDescriptor()
      • storeMetadata

        boolean storeMetadata​(String metadata,
                              org.springframework.core.io.Resource resource,
                              boolean force)
                       throws Exception
        Throws:
        Exception