public class SPMetadataDescriptor extends Object
Constructor and Description |
---|
SPMetadataDescriptor() |
Modifier and Type | Method and Description |
---|---|
static Element |
buildKeyInfoElement(String keyName,
String pemEncodedCertificate) |
static String |
getSPDescriptor(URI binding,
URI assertionEndpoint,
URI logoutEndpoint,
boolean wantAuthnRequestsSigned,
boolean wantAssertionsSigned,
boolean wantAssertionsEncrypted,
String entityId,
String nameIDPolicyFormat,
List<Element> signingCerts,
List<Element> encryptionCerts) |
public static String getSPDescriptor(URI binding, URI assertionEndpoint, URI logoutEndpoint, boolean wantAuthnRequestsSigned, boolean wantAssertionsSigned, boolean wantAssertionsEncrypted, String entityId, String nameIDPolicyFormat, List<Element> signingCerts, List<Element> encryptionCerts) throws XMLStreamException, ProcessingException, ParserConfigurationException
public static Element buildKeyInfoElement(String keyName, String pemEncodedCertificate) throws ParserConfigurationException
ParserConfigurationException
Copyright © 2020 JBoss by Red Hat. All rights reserved.