Interface SAML2MetadataGenerator

All Known Implementing Classes:
BaseSAML2MetadataGenerator, SAML2FileSystemMetadataGenerator, SAML2HttpUrlMetadataGenerator, SAML2JdbcMetadataGenerator, SAML2MongoMetadataGenerator

public interface SAML2MetadataGenerator
Builds metadata and the relevant resolvers.
Author:
Misagh Moayyed
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.metadata.EntityDescriptor
     
    org.opensaml.saml.metadata.resolver.MetadataResolver
     
    getMetadata(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor)
     
    boolean
    storeMetadata(String metadata, boolean force)
     
  • Method Details

    • buildMetadataResolver

      org.opensaml.saml.metadata.resolver.MetadataResolver buildMetadataResolver() 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, boolean force) throws Exception
      Throws:
      Exception