Interface SAML2KeystoreGenerator

All Known Implementing Classes:
BaseSAML2KeystoreGenerator, SAML2FileSystemKeystoreGenerator, SAML2HttpUrlKeystoreGenerator

public interface SAML2KeystoreGenerator
Since:
4.0.1
Author:
Misagh Moayyed
  • Method Details

    • generate

      void generate()

      generate.

    • shouldGenerate

      boolean shouldGenerate()

      shouldGenerate.

      Returns:
      a boolean
    • retrieve

      InputStream retrieve() throws Exception

      retrieve.

      Returns:
      a InputStream object
      Throws:
      Exception - if any.