Class SAMLTestSupport


  • public final class SAMLTestSupport
    extends Object
    Helper methods for SAML testing.
    • Constructor Detail

      • SAMLTestSupport

        private SAMLTestSupport()
        Constructor.
    • Method Detail

      • buildBasicInlineKeyInfoResolver

        public static KeyInfoCredentialResolver buildBasicInlineKeyInfoResolver()
        Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.
        Returns:
        a new KeyInfoCredentialResolver instance
      • getBasicInlineKeyInfoProviders

        public static List<KeyInfoProvider> getBasicInlineKeyInfoProviders()