Package org.opensaml.saml.common.testing
Class SAMLTestSupport
- java.lang.Object
-
- org.opensaml.saml.common.testing.SAMLTestSupport
-
public final class SAMLTestSupport extends Object
Helper methods for SAML testing.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSAMLTestSupport()Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyInfoCredentialResolverbuildBasicInlineKeyInfoResolver()Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.static List<KeyInfoProvider>getBasicInlineKeyInfoProviders()
-
-
-
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()
-
-