Package org.keycloak.protocol.saml
Class IDPMetadataDescriptor
- java.lang.Object
- 
- org.keycloak.protocol.saml.IDPMetadataDescriptor
 
- 
 public class IDPMetadataDescriptor extends Object - Version:
- $Revision: 1 $
 
- 
- 
Constructor SummaryConstructors Constructor Description IDPMetadataDescriptor()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ElementbuildKeyInfoElement(String keyName, String pemEncodedCertificate)static StringgetIDPDescriptor(URI loginPostEndpoint, URI loginRedirectEndpoint, URI logoutEndpoint, URI artifactResolutionService, String entityId, boolean wantAuthnRequestsSigned, List<Element> signingCerts)
 
- 
- 
- 
Method Detail- 
getIDPDescriptorpublic static String getIDPDescriptor(URI loginPostEndpoint, URI loginRedirectEndpoint, URI logoutEndpoint, URI artifactResolutionService, String entityId, boolean wantAuthnRequestsSigned, List<Element> signingCerts) throws ProcessingException - Throws:
- ProcessingException
 
 - 
buildKeyInfoElementpublic static Element buildKeyInfoElement(String keyName, String pemEncodedCertificate) throws ParserConfigurationException - Throws:
- ParserConfigurationException
 
 
- 
 
-