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