Class SAMLMetadataUtil
- java.lang.Object
-
- org.keycloak.saml.processing.core.saml.v2.util.SAMLMetadataUtil
-
public class SAMLMetadataUtil extends Object
Deals with SAML2 Metadata- Since:
- Jan 31, 2011
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description SAMLMetadataUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static X509CertificategetCertificate(KeyDescriptorType keyDescriptor)Get theX509Certificatefrom the KeyInfostatic X509CertificategetCertificate(KeyTypes use, SSODescriptorType ssoDescriptorType)
-
-
-
Method Detail
-
getCertificate
public static X509Certificate getCertificate(KeyDescriptorType keyDescriptor) throws ConfigurationException, ProcessingException
Get theX509Certificatefrom the KeyInfo- Parameters:
keyDescriptor-- Returns:
- Throws:
ProcessingExceptionConfigurationException
-
getCertificate
public static X509Certificate getCertificate(KeyTypes use, SSODescriptorType ssoDescriptorType)
-
-